Searched refs:VBLANK_END (Results 1 – 3 of 3) sorted by relevance
1014 VBLANK_START(vactive - 1) | VBLANK_END(vtotal - 1)); in gen11_dsi_set_transcoder_timings()
2862 VBLANK_END(crtc_vblank_end - 1)); in intel_set_transcoder_timings()2899 VBLANK_END(crtc_vblank_end - 1)); in intel_set_transcoder_timings_lrr()8650 VBLANK_START(480 - 1) | VBLANK_END(525 - 1)); in i830_enable_pipe()
1118 #define VBLANK_END(vblank_end) REG_FIELD_PREP(VBLANK_END_MASK, (vblank_end)) macro