Lines Matching refs:scanout_id
468 int scanout_id)
471 DrawablePtr dst = &drmmode_crtc->scanout[scanout_id].pixmap->drawable;
472 DrawablePtr src = &drmmode_crtc->scanout[scanout_id ^ 1].pixmap->drawable;
705 radeon_prime_scanout_do_update(xf86CrtcPtr crtc, unsigned scanout_id)
726 radeon_sync_scanout_pixmaps(crtc, region, scanout_id);
730 dirty->secondary_dst = drmmode_crtc->scanout[scanout_id].pixmap;
769 !drmmode_crtc->scanout[drmmode_crtc->scanout_id].pixmap ||
827 unsigned scanout_id;
834 scanout_id = drmmode_crtc->scanout_id ^ 1;
836 !drmmode_crtc->scanout[scanout_id].pixmap ||
840 if (!radeon_prime_scanout_do_update(crtc, scanout_id))
843 fb = radeon_pixmap_get_fb(drmmode_crtc->scanout[scanout_id].pixmap);
880 drmmode_crtc->scanout_id = scanout_id;
943 radeon_scanout_do_update(xf86CrtcPtr xf86_crtc, int scanout_id,
955 !drmmode_crtc->scanout[scanout_id].pixmap ||
959 pDraw = &drmmode_crtc->scanout[scanout_id].pixmap->drawable;
964 radeon_sync_scanout_pixmaps(xf86_crtc, ®ion, scanout_id);
1052 if (radeon_scanout_do_update(crtc, drmmode_crtc->scanout_id,
1149 unsigned scanout_id;
1157 scanout_id = drmmode_crtc->scanout_id ^ 1;
1158 if (!radeon_scanout_do_update(xf86_crtc, scanout_id,
1166 fb = radeon_pixmap_get_fb(drmmode_crtc->scanout[scanout_id].pixmap);
1200 &drmmode_crtc->scanout[scanout_id]);
1210 drmmode_crtc->scanout_id = scanout_id;
1240 else if (drmmode_crtc->scanout[drmmode_crtc->scanout_id].pixmap)