Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_cursor.c188 int cursor_end, frame_end; in radeon_cursor_move_locked() local
191 frame_end = crtc->x + crtc->mode.crtc_hdisplay; in radeon_cursor_move_locked()
192 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()
193 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()
194 if (!(frame_end & 0x7f)) in radeon_cursor_move_locked()
/Linux-v4.19/drivers/video/fbdev/
Dsh_mobile_lcdcfb.h74 unsigned long frame_end; member
Dsh_mobile_lcdcfb.c744 ch->frame_end = 1; in sh_mobile_lcdc_irq()
1163 ch->frame_end = 0; in sh_mobile_lcdc_stop()
1165 wait_event(ch->frame_end_wait, ch->frame_end); in sh_mobile_lcdc_stop()
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_pipe.h119 void (*frame_end)(struct vsp1_pipeline *pipe, unsigned int completion); member
Dvsp1_pipe.c336 if (pipe->frame_end) in vsp1_pipeline_frame_end()
337 pipe->frame_end(pipe, flags); in vsp1_pipeline_frame_end()
Dvsp1_drm.c901 pipe->frame_end = vsp1_du_pipeline_frame_end; in vsp1_drm_init()
Dvsp1_video.c664 pipe->frame_end = vsp1_video_pipeline_frame_end; in vsp1_video_pipeline_init()
/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-video.c742 bool frame_end = false; in process_frame_data_em25xx() local
754 frame_end = data_pkt[1] & in process_frame_data_em25xx()
761 if (dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()
777 if (!dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()