Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c190 int cursor_end, frame_end; in radeon_cursor_move_locked() local
193 frame_end = crtc->x + crtc->mode.crtc_hdisplay; in radeon_cursor_move_locked()
194 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()
195 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()
196 if (!(frame_end & 0x7f)) in radeon_cursor_move_locked()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_vkms.c114 u64 frame_start, frame_end; in crc_generate_worker() local
147 frame_end = du->vkms.frame_end; in crc_generate_worker()
149 du->vkms.frame_end = 0; in crc_generate_worker()
156 while (frame_start <= frame_end) in crc_generate_worker()
186 du->vkms.frame_end = frame; in vmw_vkms_handle_vblank_timeout()
/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h74 unsigned long frame_end; member
/linux/drivers/gpu/drm/vkms/
H A Dvkms_drv.h198 u64 frame_end; member