Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/gpu/drm/kmb/
Dkmb_crtc.c86 m->crtc_htotal - m->crtc_hsync_end, in kmb_crtc_set_mode()
87 m->crtc_hsync_end - m->crtc_hsync_start); in kmb_crtc_set_mode()
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-v6.1/drivers/gpu/drm/arm/
Dhdlcd_crtc.c139 vm.hback_porch = m->crtc_htotal - m->crtc_hsync_end; in hdlcd_crtc_mode_set_nofb()
140 vm.hsync_len = m->crtc_hsync_end - m->crtc_hsync_start; in hdlcd_crtc_mode_set_nofb()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dvlv_dsi.c1180 adjusted_mode->crtc_hsync_end = hsync + adjusted_mode->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1203 hsync_sw = adjusted_mode_sw->crtc_hsync_end - in bxt_dsi_get_pipe_config()
1206 adjusted_mode_sw->crtc_hsync_end; in bxt_dsi_get_pipe_config()
1249 if (adjusted_mode->crtc_hsync_end == crtc_hsync_end_sw) in bxt_dsi_get_pipe_config()
1250 adjusted_mode->crtc_hsync_end = in bxt_dsi_get_pipe_config()
1251 adjusted_mode_sw->crtc_hsync_end; in bxt_dsi_get_pipe_config()
1316 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in set_dsi_timings()
1317 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings()
Dintel_panel.c403 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally()
415 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally()
Dicl_dsi.c917 hsync_end = DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); in gen11_dsi_set_transcoder_timings()
920 adjusted_mode->crtc_hsync_end); in gen11_dsi_set_transcoder_timings()
1510 adjusted_mode->crtc_hsync_end = in gen11_dsi_get_timings()
1511 DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); in gen11_dsi_get_timings()
1527 adjusted_mode->crtc_hsync_end *= 2; in gen11_dsi_get_timings()
Dintel_crtc_state_dump.c19 mode->crtc_hsync_end, mode->crtc_htotal, in intel_dump_crtc_timings()
Ddvo_ns2501.c581 adjusted_mode->crtc_hsync_end, in ns2501_mode_set()
/Linux-v6.1/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c87 vm.hback_porch = adj->crtc_htotal - adj->crtc_hsync_end; in atmel_hlcdc_crtc_mode_set_nofb()
88 vm.hsync_len = adj->crtc_hsync_end - adj->crtc_hsync_start; in atmel_hlcdc_crtc_mode_set_nofb()
/Linux-v6.1/drivers/gpu/drm/exynos/
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()
Dexynos7_drm_decon.c180 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in decon_commit()
181 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in decon_commit()
Dexynos_drm_fimd.c534 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-v6.1/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c88 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set()
171 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set()
626 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_set_crtc_timing()
Dradeon_encoders.c356 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c197 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
/Linux-v6.1/drivers/gpu/drm/gma500/
Doaktrail_crtc.c454 ((adjusted_mode->crtc_hsync_end - offsetX - 1) << 16), i); in oaktrail_crtc_mode_set()
471 ((adjusted_mode->crtc_hsync_end - 1) << 16), i); in oaktrail_crtc_mode_set()
Doaktrail_hdmi.c330 …REG_WRITE(hsync_reg, (adjusted_mode->crtc_hsync_start - 1) | ((adjusted_mode->crtc_hsync_end - 1) … in oaktrail_crtc_hdmi_mode_set()
338 …REG_WRITE(PCH_HSYNC_B, (adjusted_mode->crtc_hsync_start - 1) | ((adjusted_mode->crtc_hsync_end - 1… in oaktrail_crtc_hdmi_mode_set()
Dpsb_intel_display.c269 ((adjusted_mode->crtc_hsync_end - 1) << 16)); in psb_intel_crtc_mode_set()
/Linux-v6.1/include/drm/
Ddrm_modes.h325 u16 crtc_hsync_end; member
/Linux-v6.1/drivers/gpu/drm/udl/
Dudl_modeset.c175 mode->crtc_hsync_end - mode->crtc_hsync_start + 1); in udl_set_vid_cmds()
/Linux-v6.1/drivers/gpu/drm/tiny/
Darcpgu.c164 m->crtc_hsync_end - m->crtc_hdisplay)); in arc_pgu_mode_set()
/Linux-v6.1/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c556 hsync = mode->crtc_hsync_end - mode->crtc_hsync_start; in sun4i_tcon0_mode_set_rgb()
669 hsync = mode->crtc_hsync_end - mode->crtc_hsync_start; in sun4i_tcon1_mode_set()
/Linux-v6.1/drivers/gpu/drm/arm/display/komeda/
Dkomeda_crtc.c472 adjusted_mode->crtc_hsync_end /= 2; in komeda_crtc_mode_fixup()
/Linux-v6.1/drivers/gpu/drm/mxsfb/
Dmxsfb_kms.c137 hsync_pulse_len = m->crtc_hsync_end - m->crtc_hsync_start; in mxsfb_set_mode()
/Linux-v6.1/drivers/gpu/drm/ingenic/
Dingenic-drm-drv.c292 hpe = mode->crtc_hsync_end - mode->crtc_hsync_start; in ingenic_drm_crtc_update_timings()
826 mode->crtc_hsync_end = mode->hsync_end * 3 - mode->hdisplay * 2; in ingenic_drm_bridge_atomic_check()

12