Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
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()
/drivers/gpu/drm/vmwgfx/
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()
194 du->vkms.frame_end = frame; in vmw_vkms_vblank_simulate()
A Dvmwgfx_kms.h339 u64 frame_end; member
/drivers/media/platform/renesas/vsp1/
A Dvsp1_vspx.c302 struct vsp1_vspx_frame_end *frame_end) in vsp1_isp_start_streaming() argument
310 if (!frame_end) in vsp1_isp_start_streaming()
320 vspx_pipe->vspx_frame_end = frame_end->vspx_frame_end; in vsp1_isp_start_streaming()
321 vspx_pipe->frame_end_data = frame_end->frame_end_data; in vsp1_isp_start_streaming()
601 pipe->frame_end = vsp1_vspx_pipeline_frame_end; in vsp1_vspx_init()
A Dvsp1_pipe.h108 void (*frame_end)(struct vsp1_pipeline *pipe, unsigned int completion); member
A Dvsp1_pipe.c586 if (pipe->frame_end) in vsp1_pipeline_frame_end()
587 pipe->frame_end(pipe, flags); in vsp1_pipeline_frame_end()
A Dvsp1_drm.c984 pipe->frame_end = vsp1_du_pipeline_frame_end; in vsp1_drm_init()
A Dvsp1_video.c545 pipe->frame_end = vsp1_video_pipeline_frame_end; in vsp1_video_pipeline_init()
/drivers/gpu/drm/vkms/
A Dvkms_composer.c500 u64 frame_start, frame_end; in vkms_composer_worker() local
506 frame_end = crtc_state->frame_end; in vkms_composer_worker()
510 crtc_state->frame_end = 0; in vkms_composer_worker()
555 while (frame_start <= frame_end) in vkms_composer_worker()
A Dvkms_drv.h194 u64 frame_end; member
A Dvkms_crtc.c49 state->frame_end = frame; in vkms_vblank_simulate()
/drivers/video/fbdev/
A Dsh_mobile_lcdcfb.h74 unsigned long frame_end; member
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()
/drivers/media/usb/em28xx/
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()

Completed in 30 milliseconds