| /linux/drivers/gpu/drm/kmb/ |
| 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()
|
| 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/ |
| A D | hdlcd_crtc.c | 138 vm.hback_porch = m->crtc_htotal - m->crtc_hsync_end; in hdlcd_crtc_mode_set_nofb() 139 vm.hsync_len = m->crtc_hsync_end - m->crtc_hsync_start; in hdlcd_crtc_mode_set_nofb()
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | vlv_dsi.c | 1094 adjusted_mode->crtc_hsync_end = hsync + adjusted_mode->crtc_hsync_start; in bxt_dsi_get_pipe_config() 1117 hsync_sw = adjusted_mode_sw->crtc_hsync_end - in bxt_dsi_get_pipe_config() 1120 adjusted_mode_sw->crtc_hsync_end; in bxt_dsi_get_pipe_config() 1163 if (adjusted_mode->crtc_hsync_end == crtc_hsync_end_sw) in bxt_dsi_get_pipe_config() 1164 adjusted_mode->crtc_hsync_end = in bxt_dsi_get_pipe_config() 1165 adjusted_mode_sw->crtc_hsync_end; in bxt_dsi_get_pipe_config() 1230 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in set_dsi_timings() 1231 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings()
|
| A D | intel_panel.c | 466 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally() 478 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally()
|
| A D | icl_dsi.c | 879 hsync_end = DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); in gen11_dsi_set_transcoder_timings() 882 adjusted_mode->crtc_hsync_end); in gen11_dsi_set_transcoder_timings() 1481 adjusted_mode->crtc_hsync_end = in gen11_dsi_get_timings() 1482 DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); in gen11_dsi_get_timings() 1498 adjusted_mode->crtc_hsync_end *= 2; in gen11_dsi_get_timings()
|
| A D | intel_crtc_state_dump.c | 25 mode->crtc_hsync_start, mode->crtc_hsync_end, mode->crtc_htotal, in intel_dump_crtc_timings()
|
| A D | dvo_ns2501.c | 580 adjusted_mode->crtc_hsync_end, in ns2501_mode_set()
|
| /linux/drivers/gpu/drm/exynos/ |
| 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()
|
| A D | exynos7_drm_decon.c | 179 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in decon_commit() 180 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in decon_commit()
|
| A D | exynos_drm_fimd.c | 533 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in fimd_commit() 534 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in fimd_commit()
|
| /linux/drivers/gpu/drm/radeon/ |
| 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()
|
| 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/ |
| 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/ |
| 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()
|
| A D | oaktrail_hdmi.c | 332 …REG_WRITE(hsync_reg, (adjusted_mode->crtc_hsync_start - 1) | ((adjusted_mode->crtc_hsync_end - 1) … in oaktrail_crtc_hdmi_mode_set() 340 …REG_WRITE(PCH_HSYNC_B, (adjusted_mode->crtc_hsync_start - 1) | ((adjusted_mode->crtc_hsync_end - 1… in oaktrail_crtc_hdmi_mode_set()
|
| A D | psb_intel_display.c | 272 ((adjusted_mode->crtc_hsync_end - 1) << 16)); in psb_intel_crtc_mode_set()
|
| /linux/drivers/gpu/drm/atmel-hlcdc/ |
| A D | atmel_hlcdc_crtc.c | 110 vm.hback_porch = adj->crtc_htotal - adj->crtc_hsync_end; in atmel_hlcdc_crtc_mode_set_nofb() 111 vm.hsync_len = adj->crtc_hsync_end - adj->crtc_hsync_start; in atmel_hlcdc_crtc_mode_set_nofb()
|
| /linux/drivers/gpu/drm/mgag200/ |
| A D | mgag200_mode.c | 214 hsyncend = mode->crtc_hsync_end / 8 - 1; in mgag200_set_mode_regs() 591 mode->crtc_hsync_end > 4096 || mode->crtc_htotal > 4096 || in mgag200_crtc_helper_mode_valid()
|
| /linux/include/drm/ |
| A D | drm_modes.h | 325 u16 crtc_hsync_end; member
|
| /linux/drivers/gpu/drm/tiny/ |
| A D | arcpgu.c | 164 m->crtc_hsync_end - m->crtc_hdisplay)); in arc_pgu_mode_set()
|
| /linux/drivers/gpu/drm/loongson/ |
| 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/udl/ |
| 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/ |
| 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/arm/display/komeda/ |
| A D | komeda_crtc.c | 472 adjusted_mode->crtc_hsync_end /= 2; in komeda_crtc_mode_fixup()
|