Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_cursor.c261 int cursor_end, frame_end; in radeon_crtc_cursor_move() local
264 frame_end = crtc->x + crtc->mode.crtc_hdisplay; in radeon_crtc_cursor_move()
265 if (cursor_end >= frame_end) { in radeon_crtc_cursor_move()
266 w = w - (cursor_end - frame_end); in radeon_crtc_cursor_move()
267 if (!(frame_end & 0x7f)) in radeon_crtc_cursor_move()
/drivers/video/fbdev/
Dsh_mobile_lcdcfb.h74 unsigned long frame_end; member
Dsh_mobile_lcdcfb.c750 ch->frame_end = 1; in sh_mobile_lcdc_irq()
1212 ch->frame_end = 0; in sh_mobile_lcdc_stop()
1214 wait_event(ch->frame_end_wait, ch->frame_end); in sh_mobile_lcdc_stop()
/drivers/media/usb/em28xx/
Dem28xx-video.c724 bool frame_end = false; in process_frame_data_em25xx() local
734 frame_end = data_pkt[1] & in process_frame_data_em25xx()
741 if (dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()
756 if (!dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()