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

<<1112

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sony-tulip-truly-nt35521.c355 .htotal = 720 + 232 + 20 + 112,
H A Dpanel-boe-himax8279d.c251 .htotal = 1200 + 80 + 60 + 24,
H A Dpanel-novatek-nt36672e.c510 .htotal = 1080 + 76 + 12 + 56,
/linux-master/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c391 hbp = mode->htotal - mode->hsync_end;
H A Dlontium-lt9611uxc.c395 h_total = mode->htotal;
H A Dnwl-dsi.c266 hback_porch = dsi->mode.htotal - dsi->mode.hsync_end;
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos7_drm_decon.c162 if (mode->htotal == 0 || mode->vtotal == 0)
H A Dexynos_drm_fimd.c490 if (mode->htotal == 0 || mode->vtotal == 0)
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c542 swap(mode->htotal, mode->vtotal);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c651 u32 dp_br, link_m, link_n, htotal, vtotal; local
674 htotal = (vgpu_vreg_t(vgpu, TRANS_HTOTAL(TRANSCODER_A)) >> TRANS_HTOTAL_SHIFT);
677 if (dp_br && link_n && htotal && vtotal) {
687 new_rate = DIV64_U64_ROUND_CLOSEST(mul_u64_u32_shr(pixel_clk, MSEC_PER_SEC, 0), mul_u32_u32(htotal + 1, vtotal + 1));
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c270 pipe_ctx->pipe_dlg_param.htotal = pipe_ctx->stream->timing.h_total;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c420 state->htotal = (data & 0x0000ffff);
1170 h = head->asy.hblanke + head->asy.htotal - head->asy.hblanks - 7;
H A Dgf119.c431 state->htotal = (data & 0x0000ffff);
H A Dgv100.c275 state->htotal = (data & 0x0000ffff);
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c810 mode->htotal = mode->hdisplay + dtd->part1.h_blank;
811 mode->htotal += (dtd->part1.h_high & 0xf) << 8;
/linux-master/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c547 int new_htotal = mode->htotal - mode->hdisplay + new_hdisplay;
911 u32 h_total = mode->htotal;
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c399 mode.htotal, HTOTAL_SW_DP_ENC0_P0_MASK);
427 mode.htotal, PGEN_HTOTAL_DP_ENC0_P0_MASK);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c2300 mode->htotal = mode->hsync_end + 50;
2306 mode->clock = (u32)mode->htotal * (u32)mode->vtotal / 100 * 6;
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_display.c984 hbp = mode->htotal - mode->hsync_end;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c132 + pipe_dest->vupdate_offset) / pipe_dest->htotal) <= pipe_dest->vblank_end) {
/linux-master/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c742 lfw = mode->htotal * (clk_get_rate(hqvdp->clk) / 1000000);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_audio.c572 h_total = crtc_state->hw.adjusted_mode.htotal;
/linux-master/drivers/media/i2c/
H A Dadv7842.c259 static inline unsigned htotal(const struct v4l2_bt_timings *t) function
1043 u32 width = htotal(bt);
1424 pix_clk = hfreq * htotal(bt);
H A Dadv7604.c332 static inline unsigned htotal(const struct v4l2_bt_timings *t) function
997 u32 width = htotal(bt);
1396 pix_clk = hfreq * htotal(bt);
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1915 return us * mode->clock / mode->htotal / 1000;
1931 u16 htotal = mode->crtc_htotal; local
2011 vop2_vp_write(vp, RK3568_VP_DSP_HTOTAL_HS_END, (htotal << 16) | hsync_len);

Completed in 429 milliseconds

<<1112