/linux/drivers/gpu/drm/kmb/ |
H A D | kmb_crtc.c | 85 m->crtc_htotal - m->crtc_hsync_end, in kmb_crtc_set_mode() 86 m->crtc_hsync_end - m->crtc_hsync_start); in kmb_crtc_set_mode()
|
H A D | kmb_dsi.c | 1372 mode->crtc_hsync_end - mode->crtc_hsync_start; in kmb_dsi_mode_set() 1374 mode->crtc_htotal - mode->crtc_hsync_end; in kmb_dsi_mode_set()
|
/linux/drivers/gpu/drm/arm/ |
H A D | hdlcd_crtc.c | 145 vm.hback_porch = m->crtc_htotal - m->crtc_hsync_end; in hdlcd_crtc_mode_set_nofb() 146 vm.hsync_len = m->crtc_hsync_end - m->crtc_hsync_start; in hdlcd_crtc_mode_set_nofb()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | vlv_dsi.c | 1091 adjusted_mode->crtc_hsync_end = hsync + adjusted_mode->crtc_hsync_start; in bxt_dsi_get_pipe_config() 1116 hsync_sw = adjusted_mode_sw->crtc_hsync_end - in bxt_dsi_get_pipe_config() 1119 adjusted_mode_sw->crtc_hsync_end; in bxt_dsi_get_pipe_config() 1162 if (adjusted_mode->crtc_hsync_end == crtc_hsync_end_sw) in bxt_dsi_get_pipe_config() 1163 adjusted_mode->crtc_hsync_end = in bxt_dsi_get_pipe_config() 1164 adjusted_mode_sw->crtc_hsync_end; in bxt_dsi_get_pipe_config() 1228 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in set_dsi_timings() 1229 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings()
|
H A D | icl_dsi.c | 886 hsync_end = DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); in gen11_dsi_set_transcoder_timings() 889 adjusted_mode->crtc_hsync_end); in gen11_dsi_set_transcoder_timings() 1492 adjusted_mode->crtc_hsync_end = in gen11_dsi_get_timings() 1493 DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); in gen11_dsi_get_timings() 1509 adjusted_mode->crtc_hsync_end *= 2; in gen11_dsi_get_timings()
|
H A D | intel_pfit.c | 292 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally() 304 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally()
|
H A D | intel_crtc_state_dump.c | 27 mode->crtc_hsync_start, mode->crtc_hsync_end, mode->crtc_htotal, in intel_dump_crtc_timings()
|
H A D | dvo_ns2501.c | 581 adjusted_mode->crtc_hsync_end, in ns2501_mode_set()
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos5433_drm_decon.c | 205 m->crtc_hsync_end = m->crtc_htotal - 92; in decon_commit() 248 m->crtc_htotal - m->crtc_hsync_end - 1) | in decon_commit() 254 m->crtc_hsync_end - m->crtc_hsync_start - 1); in decon_commit()
|
H A D | exynos7_drm_decon.c | 234 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in decon_commit() 235 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in decon_commit()
|
H A D | exynos_drm_fimd.c | 534 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in fimd_commit() 535 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in fimd_commit()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 87 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set() 170 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set() 625 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_set_crtc_timing()
|
H A D | radeon_encoders.c | 359 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_encoders.c | 197 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
|
/linux/drivers/gpu/drm/gma500/ |
H A D | oaktrail_crtc.c | 455 ((adjusted_mode->crtc_hsync_end - offsetX - 1) << 16), i); in oaktrail_crtc_mode_set() 472 ((adjusted_mode->crtc_hsync_end - 1) << 16), i); in oaktrail_crtc_mode_set()
|
H A D | oaktrail_hdmi.c | 332 REG_WRITE(hsync_reg, (adjusted_mode->crtc_hsync_start - 1) | ((adjusted_mode->crtc_hsync_end - 1) << 16)); in oaktrail_crtc_hdmi_mode_set() 340 REG_WRITE(PCH_HSYNC_B, (adjusted_mode->crtc_hsync_start - 1) | ((adjusted_mode->crtc_hsync_end - 1) << 16)); in oaktrail_crtc_hdmi_mode_set()
|
H A D | psb_intel_display.c | 272 ((adjusted_mode->crtc_hsync_end - 1) << 16)); in psb_intel_crtc_mode_set()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 200 hsyncend = mode->crtc_hsync_end / 8 - 1; in mgag200_set_mode_regs() 577 mode->crtc_hsync_end > 4096 || mode->crtc_htotal > 4096 || in mgag200_crtc_helper_mode_valid()
|
/linux/drivers/gpu/drm/imx/dc/ |
H A D | dc-fg.c | 150 hsync = m->crtc_hsync_end - m->crtc_hsync_start; in dc_fg_cfg_videomode()
|
/linux/drivers/gpu/drm/tiny/ |
H A D | arcpgu.c | 166 m->crtc_hsync_end - m->crtc_hdisplay)); in arc_pgu_mode_set()
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_crtc.c | 230 (mode->crtc_hsync_end << 16) | mode->crtc_hsync_start | HSYNC_EN); in lsdc_crtc0_set_mode() 248 (mode->crtc_hsync_end << 16) | mode->crtc_hsync_start | HSYNC_EN); in lsdc_crtc1_set_mode()
|
/linux/drivers/gpu/drm/ast/ |
H A D | ast_mode.c | 284 temp = (((mode->crtc_hsync_end-precache) >> 3) - 1) & 0x3f; in ast_set_crtc_reg() 798 adjusted_mode->crtc_hsync_end = vmode->hde + hborder + vmode->hfp + vmode->hsync; in ast_crtc_helper_atomic_check()
|
/linux/drivers/gpu/drm/udl/ |
H A D | udl_modeset.c | 157 u16 reg0d = mode->crtc_hsync_end - mode->crtc_hsync_start + 1; in udl_set_display_mode()
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.c | 562 hsync = mode->crtc_hsync_end - mode->crtc_hsync_start; in sun4i_tcon0_mode_set_rgb() 675 hsync = mode->crtc_hsync_end - mode->crtc_hsync_start; in sun4i_tcon1_mode_set()
|
/linux/drivers/gpu/drm/mxsfb/ |
H A D | mxsfb_kms.c | 137 hsync_pulse_len = m->crtc_hsync_end - m->crtc_hsync_start; in mxsfb_set_mode()
|