Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vkms/
Dvkms_composer.c230 u64 frame_start, frame_end; in vkms_composer_worker() local
235 frame_end = crtc_state->frame_end; in vkms_composer_worker()
239 crtc_state->frame_end = 0; in vkms_composer_worker()
284 while (frame_start <= frame_end) in vkms_composer_worker()
Dvkms_drv.h73 u64 frame_end; member
Dvkms_crtc.c48 state->frame_end = frame; in vkms_vblank_simulate()
/linux-5.19.10/drivers/gpu/drm/radeon/
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-5.19.10/drivers/video/fbdev/
Dsh_mobile_lcdcfb.h74 unsigned long frame_end; member
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-5.19.10/drivers/media/platform/renesas/vsp1/
Dvsp1_pipe.h119 void (*frame_end)(struct vsp1_pipeline *pipe, unsigned int completion); member
Dvsp1_pipe.c398 if (pipe->frame_end) in vsp1_pipeline_frame_end()
399 pipe->frame_end(pipe, flags); in vsp1_pipeline_frame_end()
Dvsp1_drm.c956 pipe->frame_end = vsp1_du_pipeline_frame_end; in vsp1_drm_init()
Dvsp1_video.c650 pipe->frame_end = vsp1_video_pipeline_frame_end; in vsp1_video_pipeline_init()
/linux-5.19.10/drivers/media/usb/em28xx/
Dem28xx-video.c735 bool frame_end = false; in process_frame_data_em25xx() local
747 frame_end = data_pkt[1] & in process_frame_data_em25xx()
754 if (dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()
770 if (!dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()