Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_migration_mixed.c50 if (exaPixmapIsPinned(pPixmap)) in exaCreateDriverPixmap_mixed()
87 if (exaPixmapIsPinned(pixmaps[i].pPix) && in exaDoMigration_mixed()
227 (has_gpu_copy || !exaPixmapIsPinned(pPixmap))) { in exaPrepareAccessReg_mixed()
H A Dexa_migration_classic.c97 if (exaPixmapIsPinned(pPix)) in exaPixmapShouldBeInFB()
336 if (exaPixmapIsPinned(pPixmap)) in exaDoMoveInPixmap()
401 if (!pExaPixmap->area || exaPixmapIsPinned(pPixmap)) in exaDoMoveOutPixmap()
544 if (exaPixmapIsPinned(pPixmap) || pExaPixmap->area == NULL) in exaAssertNotDirty()
638 if (exaPixmapIsPinned(pixmaps[i].pPix) && in exaDoMigration_classic()
H A Dexa_priv.h585 exaPixmapIsPinned(PixmapPtr pPix);
H A Dexa.c218 exaPixmapIsPinned(PixmapPtr pPix) in exaPixmapIsPinned() function