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

<<1112

/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/panel/
H A Dpanel-boe-himax8279d.c251 .htotal = 1200 + 80 + 60 + 24,
H A Dpanel-novatek-nt36672e.c483 .htotal = 1080 + 76 + 12 + 56,
H A Dpanel-novatek-nt36672a.c573 .htotal = 1080 + 40 + 20 + 44,
H A Dpanel-khadas-ts050.c783 .htotal = 1080 + 117 + 5 + 160,
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c333 pipes[pipe_cnt].pipe.dest.htotal,
/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/bridge/
H A Dlontium-lt9611uxc.c393 h_total = mode->htotal;
H A Dchipone-icn6211.c391 hbp = mode->htotal - mode->hsync_end;
H A Dtc358775.c397 hback_porch = mode->htotal - mode->hsync_end;
H A Dnwl-dsi.c266 hback_porch = dsi->mode.htotal - dsi->mode.hsync_end;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c654 u32 dp_br, link_m, link_n, htotal, vtotal; local
677 htotal = (vgpu_vreg_t(vgpu, TRANS_HTOTAL(TRANSCODER_A)) >> TRANS_HTOTAL_SHIFT);
680 if (dp_br && link_n && htotal && vtotal) {
690 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/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/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/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/vmwgfx/
H A Dvmwgfx_kms.c2313 mode->htotal = mode->hsync_end + 50;
2319 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.c475 h_total = crtc_state->hw.adjusted_mode.htotal;

Completed in 303 milliseconds

<<1112