Searched refs:VBLANK_END (Results 1 – 4 of 4) sorted by relevance
753 VBLANK_END(vblank_end - 1)); in intel_crt_load_detect()
998 VBLANK_START(vactive - 1) | VBLANK_END(vtotal - 1)); in gen11_dsi_set_transcoder_timings()
2557 VBLANK_END(crtc_vblank_end - 1)); in intel_set_transcoder_timings()7918 VBLANK_START(480 - 1) | VBLANK_END(525 - 1)); in i830_enable_pipe()
1950 #define VBLANK_END(vblank_end) REG_FIELD_PREP(VBLANK_END_MASK, (vblank_end)) macro