Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_cursor.c181 int cursor_end, frame_end; in radeon_cursor_move_locked() local
184 frame_end = crtc->x + crtc->mode.crtc_hdisplay; in radeon_cursor_move_locked()
185 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()
186 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()
187 if (!(frame_end & 0x7f)) in radeon_cursor_move_locked()
/linux-4.4.14/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()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-video.c723 bool frame_end = false; in process_frame_data_em25xx() local
733 frame_end = data_pkt[1] & in process_frame_data_em25xx()
740 if (dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()
755 if (!dev->analog_xfer_bulk && frame_end) { in process_frame_data_em25xx()