Home
last modified time | relevance | path

Searched refs:current_vblank (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_plane.c1264 u32 current_vblank; in drm_mode_page_flip_ioctl() local
1271 current_vblank = (u32)drm_crtc_vblank_count(crtc); in drm_mode_page_flip_ioctl()
1275 if ((int)(target_vblank - current_vblank) > 1) { in drm_mode_page_flip_ioctl()
1278 current_vblank + 1); in drm_mode_page_flip_ioctl()
1290 target_vblank += current_vblank; in drm_mode_page_flip_ioctl()
1293 target_vblank = current_vblank + in drm_mode_page_flip_ioctl()