Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c311 u64 frame_start, frame_end; in vkms_composer_worker() local
317 frame_end = crtc_state->frame_end; in vkms_composer_worker()
321 crtc_state->frame_end = 0; in vkms_composer_worker()
366 while (frame_start <= frame_end) in vkms_composer_worker()
H A Dvkms_drv.h96 u64 frame_end; member
H A Dvkms_crtc.c48 state->frame_end = frame; in vkms_vblank_simulate()
/openbmc/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()
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.h119 void (*frame_end)(struct vsp1_pipeline *pipe, unsigned int completion); member
H A Dvsp1_pipe.c416 if (pipe->frame_end) in vsp1_pipeline_frame_end()
417 pipe->frame_end(pipe, flags); in vsp1_pipeline_frame_end()
H A Dvsp1_drm.c962 pipe->frame_end = vsp1_du_pipeline_frame_end; in vsp1_drm_init()
H A Dvsp1_video.c651 pipe->frame_end = vsp1_video_pipeline_frame_end; in vsp1_video_pipeline_init()
/openbmc/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()
/openbmc/qemu/include/tcg/
H A Dtcg.h498 intptr_t frame_end; member
/openbmc/qemu/tcg/
H A Dtcg.c1575 s->frame_end = start + size; in tcg_set_frame()
4136 if (off + size > s->frame_end) { in temp_allocate_frame()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch5355 + uint8_t * frame_end = frame->data[0] + cma_buf_size(cb);
5359 + const int lines = ((i + 1 == pic->i_planes ? frame_end : frame->data[i + 1]) -