Home
last modified time | relevance | path

Searched refs:frame_end (Results 1 – 8 of 8) 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/video/fbdev/
H A Dsh_mobile_lcdcfb.h74 unsigned long frame_end; member
H A Dsh_mobile_lcdcfb.c657 ch->frame_end = 1; in sh_mobile_lcdc_irq()
1076 ch->frame_end = 0; in sh_mobile_lcdc_stop()
1078 wait_event(ch->frame_end_wait, ch->frame_end); in sh_mobile_lcdc_stop()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_drv.h198 u64 frame_end; member
H A Dvkms_crtc.c43 state->frame_end = frame; in vkms_crtc_handle_vblank_timeout()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h339 u64 frame_end; member
/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c725 bool frame_end = false; in process_frame_data_em25xx() local
737 frame_end = data_pkt[1] & in process_frame_data_em25xx()
744 if (dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()
760 if (!dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c545 pipe->frame_end = vsp1_video_pipeline_frame_end; in vsp1_video_pipeline_init()