Searched refs:target_crtc (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_scmd.c | 650 RRCrtcPtr target_crtc, in present_scmd_pixmap() argument 673 target_crtc = NULL; in present_scmd_pixmap() 674 else if (!target_crtc) { in present_scmd_pixmap() 678 target_crtc = window_priv->crtc; in present_scmd_pixmap() 680 if (!target_crtc || target_crtc == PresentCrtcNeverSet) in present_scmd_pixmap() 681 target_crtc = present_get_crtc(window); in present_scmd_pixmap() 684 ret = present_get_ust_msc(screen, target_crtc, &ust, &crtc_msc); in present_scmd_pixmap() 686 target_msc = present_window_to_crtc_msc(window, target_crtc, window_msc, crtc_msc); in present_scmd_pixmap() 715 if (vblank->crtc != target_crtc || vblank->target_msc != target_msc) in present_scmd_pixmap() 742 target_crtc, in present_scmd_pixmap() [all …]
|
| H A D | present_vblank.c | 53 RRCrtcPtr target_crtc, in present_vblank_create() argument 105 vblank->crtc = target_crtc; in present_vblank_create() 116 … screen_priv->check_flip (target_crtc, window, pixmap, TRUE, valid, x_off, y_off, &reason)) in present_vblank_create() 121 … screen_priv->check_flip (target_crtc, window, pixmap, FALSE, valid, x_off, y_off, &reason)) in present_vblank_create() 144 target_crtc, vblank->flip, vblank->sync_flip, vblank->serial)); in present_vblank_create()
|
| H A D | present_request.c | 95 RRCrtcPtr target_crtc; in proc_present_pixmap() local 114 VERIFY_CRTC_OR_NONE(target_crtc, stuff->target_crtc, client, DixReadAccess); in proc_present_pixmap() 151 stuff->x_off, stuff->y_off, target_crtc, in proc_present_pixmap()
|
| H A D | present_wnmd.c | 564 RRCrtcPtr target_crtc, in present_wnmd_pixmap() argument 586 target_crtc = present_wnmd_get_crtc(screen_priv, window); in present_wnmd_pixmap() 590 target_msc = present_wnmd_window_to_crtc_msc(window, target_crtc, window_msc, crtc_msc); in present_wnmd_pixmap() 633 target_crtc, in present_wnmd_pixmap() 653 …if (present_wnmd_queue_vblank(screen, window, target_crtc, vblank->event_id, vblank->exec_msc) == … in present_wnmd_pixmap()
|
| H A D | present_priv.h | 118 RRCrtcPtr target_crtc, 297 RRCrtcPtr target_crtc, 465 RRCrtcPtr target_crtc,
|
| H A D | present.c | 195 RRCrtcPtr target_crtc, in present_pixmap() argument 215 target_crtc, in present_pixmap()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | pageflip.c | 234 xf86CrtcPtr target_crtc, in ms_do_pageflip_bo() argument 255 if (target_crtc) { in ms_do_pageflip_bo() 256 drmmode_crtc = target_crtc->driver_private; in ms_do_pageflip_bo() 302 if (target_crtc && crtc != target_crtc) in ms_do_pageflip_bo()
|
| H A D | driver.h | 192 xf86CrtcPtr target_crtc,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 56771 present: Clear target_crtc if driver lacks Present support 56774 target_crtc needs to be set to NULL to make sure the extension uses
|