Searched refs:scanout_id (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_kms.c521 int scanout_id)
524 DrawablePtr dst = &drmmode_crtc->scanout[scanout_id]->drawable;
525 DrawablePtr src = &drmmode_crtc->scanout[scanout_id ^ 1]->drawable;
751 amdgpu_prime_scanout_do_update(xf86CrtcPtr crtc, unsigned scanout_id) argument
772 amdgpu_sync_scanout_pixmaps(crtc, region, scanout_id);
776 dirty->secondary_dst = drmmode_crtc->scanout[scanout_id];
815 !drmmode_crtc->scanout[drmmode_crtc->scanout_id] ||
873 unsigned scanout_id; local in function:amdgpu_prime_scanout_flip
880 scanout_id = drmmode_crtc->scanout_id
520 amdgpu_sync_scanout_pixmaps(xf86CrtcPtr xf86_crtc,RegionPtr new_region,int scanout_id) argument
987 amdgpu_scanout_do_update(xf86CrtcPtr xf86_crtc,int scanout_id,PixmapPtr src_pix,BoxRec extents) argument
1185 unsigned scanout_id; local in function:amdgpu_scanout_flip
[all...]
H A Ddrmmode_display.c630 unsigned scanout_id, struct drmmode_fb **fb,
654 if (scanout_id != drmmode_crtc->scanout_id) {
661 drmmode_crtc->scanout[scanout_id];
679 *fb = amdgpu_pixmap_get_fb(drmmode_crtc->scanout[scanout_id]);
681 drmmode_crtc->scanout_id = scanout_id;
687 unsigned scanout_id, struct drmmode_fb **fb, int *x,
694 drmmode_crtc_scanout_create(crtc, &drmmode_crtc->scanout[scanout_id],
698 &drmmode_crtc->scanout[scanout_id
629 drmmode_crtc_prime_scanout_update(xf86CrtcPtr crtc,DisplayModePtr mode,unsigned scanout_id,struct drmmode_fb ** fb,int * x,int * y) argument
686 drmmode_crtc_scanout_update(xf86CrtcPtr crtc,DisplayModePtr mode,unsigned scanout_id,struct drmmode_fb ** fb,int * x,int * y) argument
1300 unsigned scanout_id = 0; local in function:drmmode_set_mode_major
1786 unsigned scanout_id = drmmode_crtc->scanout_id; local in function:drmmode_set_scanout_pixmap
4049 int scanout_id = drmmode_crtc->scanout_id ^ 1; local in function:amdgpu_do_pageflip
[all...]
H A Ddrmmode_display.h117 unsigned scanout_id; member in struct:__anon6244c68d0308
201 !drmmode_crtc->scanout[drmmode_crtc->scanout_id]);
H A Damdgpu_drv.h356 Bool amdgpu_scanout_do_update(xf86CrtcPtr xf86_crtc, int scanout_id,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_kms.c468 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) argument
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; local in function:radeon_prime_scanout_flip
834 scanout_id = drmmode_crtc->scanout_id
467 radeon_sync_scanout_pixmaps(xf86CrtcPtr xf86_crtc,RegionPtr new_region,int scanout_id) argument
943 radeon_scanout_do_update(xf86CrtcPtr xf86_crtc,int scanout_id,PixmapPtr src_pix,BoxRec extents) argument
1149 unsigned scanout_id; local in function:radeon_scanout_flip
[all...]
H A Ddrmmode_display.c694 unsigned scanout_id, struct drmmode_fb **fb,
719 if (scanout_id != drmmode_crtc->scanout_id) {
726 drmmode_crtc->scanout[scanout_id].pixmap;
744 *fb = radeon_pixmap_get_fb(drmmode_crtc->scanout[scanout_id].pixmap);
746 drmmode_crtc->scanout_id = scanout_id;
752 unsigned scanout_id, struct drmmode_fb **fb, int *x,
759 drmmode_crtc_scanout_create(crtc, &drmmode_crtc->scanout[scanout_id],
763 &drmmode_crtc->scanout[scanout_id
693 drmmode_crtc_prime_scanout_update(xf86CrtcPtr crtc,DisplayModePtr mode,unsigned scanout_id,struct drmmode_fb ** fb,int * x,int * y) argument
751 drmmode_crtc_scanout_update(xf86CrtcPtr crtc,DisplayModePtr mode,unsigned scanout_id,struct drmmode_fb ** fb,int * x,int * y) argument
869 unsigned scanout_id = 0; local in function:drmmode_set_mode_major
1361 unsigned scanout_id = drmmode_crtc->scanout_id; local in function:drmmode_set_scanout_pixmap
3500 int scanout_id = drmmode_crtc->scanout_id ^ 1; local in function:radeon_do_pageflip
[all...]
H A Ddrmmode_display.h104 unsigned scanout_id; member in struct:__anon1b2324c50308
177 !drmmode_crtc->scanout[drmmode_crtc->scanout_id].bo);
H A Dradeon.h683 Bool radeon_scanout_do_update(xf86CrtcPtr xf86_crtc, int scanout_id,
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_crtc.c64 uint32_t scanout_id; member in struct:crtc_private
218 crtcp->scanout_id = vmwgfx_scanout_ref
220 if (crtcp->scanout_id == -1) {
226 ret = drmModeSetCrtc(ms->fd, drm_crtc->crtc_id, crtcp->scanout_id, x, y,

Completed in 20 milliseconds