Home
last modified time | relevance | path

Searched refs:crtc_hsync_end (Results 1 – 25 of 47) sorted by relevance

12

/linux/drivers/gpu/drm/kmb/
A Dkmb_crtc.c85 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 Dkmb_dsi.c1372 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 Dhdlcd_crtc.c138 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 Dvlv_dsi.c1094 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 Dintel_panel.c466 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 Dicl_dsi.c879 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 Dintel_crtc_state_dump.c25 mode->crtc_hsync_start, mode->crtc_hsync_end, mode->crtc_htotal, in intel_dump_crtc_timings()
A Ddvo_ns2501.c580 adjusted_mode->crtc_hsync_end, in ns2501_mode_set()
/linux/drivers/gpu/drm/exynos/
A Dexynos5433_drm_decon.c205 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 Dexynos7_drm_decon.c179 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 Dexynos_drm_fimd.c533 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 Dradeon_legacy_crtc.c87 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 Dradeon_encoders.c359 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_encoders.c197 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
/linux/drivers/gpu/drm/gma500/
A Doaktrail_crtc.c455 ((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 Doaktrail_hdmi.c332 …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 Dpsb_intel_display.c272 ((adjusted_mode->crtc_hsync_end - 1) << 16)); in psb_intel_crtc_mode_set()
/linux/drivers/gpu/drm/atmel-hlcdc/
A Datmel_hlcdc_crtc.c110 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 Dmgag200_mode.c214 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 Ddrm_modes.h325 u16 crtc_hsync_end; member
/linux/drivers/gpu/drm/tiny/
A Darcpgu.c164 m->crtc_hsync_end - m->crtc_hdisplay)); in arc_pgu_mode_set()
/linux/drivers/gpu/drm/loongson/
A Dlsdc_crtc.c230 (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 Dudl_modeset.c157 u16 reg0d = mode->crtc_hsync_end - mode->crtc_hsync_start + 1; in udl_set_display_mode()
/linux/drivers/gpu/drm/sun4i/
A Dsun4i_tcon.c562 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 Dkomeda_crtc.c472 adjusted_mode->crtc_hsync_end /= 2; in komeda_crtc_mode_fixup()

Completed in 66 milliseconds

12