Home
last modified time | relevance | path

Searched refs:crtc_vtotal (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_vblank.c184 u32 vtotal = mode->crtc_vtotal; in __intel_get_crtc_scanline_from_timestamp()
216 vtotal = mode->crtc_vtotal; in __intel_get_crtc_scanline()
280 vtotal = mode->crtc_vtotal; in i915_get_crtc_scanoutpos()
478 vtotal = adjusted_mode->crtc_vtotal; in intel_crtc_scanline_offset()
505 adjusted_mode.crtc_vtotal = crtc_state->vrr.vmax; in intel_crtc_update_active_timings()
Dintel_vrr.c122 vmin = max_t(int, vmin, adjusted_mode->crtc_vtotal); in intel_vrr_compute_config()
123 vmax = max_t(int, vmax, adjusted_mode->crtc_vtotal); in intel_vrr_compute_config()
Dvlv_dsi.c1053 adjusted_mode->crtc_vtotal = in bxt_dsi_get_pipe_config()
1094 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vtotal; in bxt_dsi_get_pipe_config()
1237 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; in set_dsi_timings()
1260 adjusted_mode->crtc_vtotal); in set_dsi_timings()
1405 …txbyteclkhs(adjusted_mode->crtc_vtotal * adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, i… in intel_dsi_prepare()
Dintel_crtc_state_dump.c25 mode->crtc_vsync_start, mode->crtc_vsync_end, mode->crtc_vtotal, in intel_dump_crtc_timings()
/linux-6.6.21/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c405 start_delay = (mode->crtc_vtotal - mode->crtc_vdisplay - 10 - 1); in sun4i_tcon0_mode_set_cpu()
470 bp = mode->crtc_vtotal - mode->crtc_vsync_start; in sun4i_tcon0_mode_set_lvds()
472 mode->crtc_vtotal, bp); in sun4i_tcon0_mode_set_lvds()
476 SUN4I_TCON0_BASIC2_V_TOTAL(mode->crtc_vtotal * 2) | in sun4i_tcon0_mode_set_lvds()
552 bp = mode->crtc_vtotal - mode->crtc_vsync_start; in sun4i_tcon0_mode_set_rgb()
554 mode->crtc_vtotal, bp); in sun4i_tcon0_mode_set_rgb()
558 SUN4I_TCON0_BASIC2_V_TOTAL(mode->crtc_vtotal * 2) | in sun4i_tcon0_mode_set_rgb()
648 bp = mode->crtc_vtotal - mode->crtc_vsync_start; in sun4i_tcon1_mode_set()
650 mode->crtc_vtotal, bp); in sun4i_tcon1_mode_set()
/linux-6.6.21/drivers/gpu/drm/vc4/
Dvc4_vec.c662 if (mode->crtc_vtotal > 262) in vc4_vec_encoder_atomic_check()
674 if ((mode->crtc_vtotal - mode->crtc_vsync_end) < 4) in vc4_vec_encoder_atomic_check()
681 if (mode->crtc_vtotal > 312) in vc4_vec_encoder_atomic_check()
693 if ((mode->crtc_vtotal - mode->crtc_vsync_end) < 2) in vc4_vec_encoder_atomic_check()
/linux-6.6.21/drivers/gpu/drm/
Ddrm_modes.c1358 p->crtc_vtotal = p->vtotal; in drm_mode_set_crtcinfo()
1365 p->crtc_vtotal /= 2; in drm_mode_set_crtcinfo()
1374 p->crtc_vtotal *= 2; in drm_mode_set_crtcinfo()
1383 p->crtc_vtotal *= p->vscan; in drm_mode_set_crtcinfo()
1393 p->crtc_vdisplay += p->crtc_vtotal; in drm_mode_set_crtcinfo()
1394 p->crtc_vsync_start += p->crtc_vtotal; in drm_mode_set_crtcinfo()
1395 p->crtc_vsync_end += p->crtc_vtotal; in drm_mode_set_crtcinfo()
1396 p->crtc_vtotal += p->crtc_vtotal; in drm_mode_set_crtcinfo()
1402 p->crtc_vblank_end = max(p->crtc_vsync_end, p->crtc_vtotal); in drm_mode_set_crtcinfo()
Ddrm_vblank.c625 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; in drm_calc_timestamping_constants()
652 mode->crtc_vtotal, mode->crtc_vdisplay); in drm_calc_timestamping_constants()
1017 mode->crtc_vtotal); in drm_crtc_next_vblank_start()
/linux-6.6.21/drivers/gpu/drm/loongson/
Dlsdc_crtc.c226 (mode->crtc_vtotal << 16) | mode->crtc_vdisplay); in lsdc_crtc0_set_mode()
244 (mode->crtc_vtotal << 16) | mode->crtc_vdisplay); in lsdc_crtc1_set_mode()
911 vbp = mode->crtc_vtotal - mode->crtc_vsync_end; in lsdc_crtc_get_scanout_position()
917 vfp_end = mode->crtc_vtotal; in lsdc_crtc_get_scanout_position()
/linux-6.6.21/drivers/gpu/drm/renesas/rcar-du/
Drcar_du_crtc.c315 rcar_du_crtc_write(rcrtc, VDSR, mode->crtc_vtotal - in rcar_du_crtc_set_display_timing()
317 rcar_du_crtc_write(rcrtc, VDER, mode->crtc_vtotal - in rcar_du_crtc_set_display_timing()
320 rcar_du_crtc_write(rcrtc, VSPR, mode->crtc_vtotal - in rcar_du_crtc_set_display_timing()
323 rcar_du_crtc_write(rcrtc, VCR, mode->crtc_vtotal - 1); in rcar_du_crtc_set_display_timing()
/linux-6.6.21/drivers/gpu/drm/udl/
Dudl_modeset.c153 u16 reg05 = mode->crtc_vtotal - mode->crtc_vsync_start; in udl_set_display_mode()
159 u16 reg11 = mode->crtc_vtotal; in udl_set_display_mode()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c199 adjusted_mode->crtc_vtotal = adjusted_mode->crtc_vdisplay + vblank; in amdgpu_panel_mode_fixup()
/linux-6.6.21/drivers/gpu/drm/mxsfb/
Dmxsfb_kms.c134 writel(m->crtc_vtotal, mxsfb->base + LCDC_VDCTRL1); in mxsfb_set_mode()
143 SET_VERT_WAIT_CNT(m->crtc_vtotal - m->crtc_vsync_start), in mxsfb_set_mode()
/linux-6.6.21/drivers/gpu/drm/gma500/
Doaktrail_crtc.c449 ((adjusted_mode->crtc_vtotal - 1) << 16), i); in oaktrail_crtc_mode_set()
468 ((adjusted_mode->crtc_vtotal - 1) << 16), i); in oaktrail_crtc_mode_set()
Doaktrail_hdmi.c333 REG_WRITE(vtot_reg, (adjusted_mode->crtc_vdisplay - 1) | ((adjusted_mode->crtc_vtotal - 1) << 16)); in oaktrail_crtc_hdmi_mode_set()
341 …REG_WRITE(PCH_VTOTAL_B, (adjusted_mode->crtc_vdisplay - 1) | ((adjusted_mode->crtc_vtotal - 1) << … in oaktrail_crtc_hdmi_mode_set()
Dpsb_intel_display.c274 ((adjusted_mode->crtc_vtotal - 1) << 16)); in psb_intel_crtc_mode_set()
/linux-6.6.21/drivers/gpu/drm/kmb/
Dkmb_crtc.c82 m->crtc_vtotal - m->crtc_vsync_end, in kmb_crtc_set_mode()
/linux-6.6.21/include/drm/
Ddrm_modes.h333 u16 crtc_vtotal; member
/linux-6.6.21/drivers/gpu/drm/arm/
Dhdlcd_crtc.c135 vm.vback_porch = m->crtc_vtotal - m->crtc_vsync_end; in hdlcd_crtc_mode_set_nofb()
/linux-6.6.21/drivers/gpu/drm/radeon/
Dradeon_encoders.c360 adjusted_mode->crtc_vtotal = adjusted_mode->crtc_vdisplay + vblank; in radeon_panel_mode_fixup()
Dradeon_legacy_crtc.c98 fp_crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff) in radeon_legacy_rmx_mode_set()
637 crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff) in radeon_set_crtc_timing()
/linux-6.6.21/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c1883 msa_v0 = mode->crtc_vtotal - mode->crtc_vsync_start; in cdns_mhdp_configure_video()
1885 CDNS_DP_MSAV0_V_TOTAL(mode->crtc_vtotal) | in cdns_mhdp_configure_video()
1897 mode->crtc_vtotal % 2 == 0) in cdns_mhdp_configure_video()
1916 dp_vertical_1 = CDNS_DP_V1_VTOTAL(mode->crtc_vtotal); in cdns_mhdp_configure_video()
1918 mode->crtc_vtotal % 2 == 0) in cdns_mhdp_configure_video()
/linux-6.6.21/drivers/gpu/drm/tiny/
Darcpgu.c160 ENCODE_PGU_XY(m->crtc_htotal, m->crtc_vtotal)); in arc_pgu_mode_set()
/linux-6.6.21/drivers/gpu/drm/armada/
Darmada_crtc.c343 tm = adj->crtc_vtotal - adj->crtc_vsync_end; in armada_drm_crtc_mode_set_nofb()
358 dcrtc->v[1].spu_v_h_total = adj->crtc_vtotal << 16 | in armada_drm_crtc_mode_set_nofb()
/linux-6.6.21/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c105 vm.vback_porch = adj->crtc_vtotal - adj->crtc_vsync_end; in atmel_hlcdc_crtc_mode_set_nofb()

123