Searched refs:htotal (Results 276 - 295 of 295) sorted by relevance

<<1112

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c842 h_blank_len = mode->htotal - mode->hdisplay;
894 mode.htotal = mode.hdisplay + dtd->part1.h_blank;
895 mode.htotal += (dtd->part1.h_high & 0xf) << 8;
H A Dintel_dp_mst.c400 return DIV_ROUND_CLOSEST_ULL(mul_u32_u32(mode->htotal - mode->hdisplay,
H A Dintel_display.c2215 mode->htotal = timings->crtc_htotal;
7763 mode->htotal > htotal_max)
7784 mode->htotal - mode->hdisplay < 32)
7790 if (mode->htotal - mode->hdisplay < 32)
H A Dintel_dp.c3818 mode->htotal = (mode->htotal - overlap) * n;
/linux-master/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c903 denominator = (mode->htotal - 1) * v_out - 2 * v_in;
/linux-master/drivers/gpu/drm/tegra/
H A Dhdmi.c1237 h_back_porch = mode->htotal - mode->hsync_end;
H A Ddc.c1829 ((mode->htotal - mode->hsync_end) << 0);
/linux-master/drivers/gpu/drm/solomon/
H A Dssd130x.c1888 mode->hdisplay = mode->htotal = ssd130x->width;
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c1361 dev_dbg(hdmi->dev, "hsync_start:%d,hsync_end:%d, htotal:%d",
1363 adjusted_mode->htotal);
/linux-master/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c996 int hbp = DIV64_U64_ROUND_UP((m->htotal - m->hsync_end) * byte_clk, pix_clk);
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1395 pipes[pipe_cnt].pipe.dest.htotal = timing->h_total;
2542 pipes[pipe_cnt].pipe.dest.htotal,
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c603 mode_lib->vba.HTotal[mode_lib->vba.NumberOfActivePlanes] = dst->htotal;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c1789 line_time = (pclk_period * mode->htotal) / 1000;
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c970 in.hporch = drm_mode->htotal - drm_mode->hdisplay;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c1994 lvds->native_mode.htotal = lvds->native_mode.hdisplay +
/linux-master/drivers/gpu/drm/i915/
H A Di915_reg.h1930 #define HTOTAL(htotal) REG_FIELD_PREP(HTOTAL_MASK, (htotal))
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1263 lvds->native_mode.htotal = lvds->native_mode.hdisplay +
H A Dradeon_atombios.c1646 lvds->native_mode.htotal = lvds->native_mode.hdisplay +
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c788 max_ac_packet = mode->htotal - mode->hdisplay;
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c2055 hblank = mode->htotal - mode->hdisplay;

Completed in 483 milliseconds

<<1112