Home
last modified time | relevance | path

Searched refs:has_gpu_copy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_migration_mixed.c174 Bool has_gpu_copy = exaPixmapHasGpuCopy(pPixmap); in exaPrepareAccessReg_mixed() local
179 if (success && has_gpu_copy && pExaPixmap->pDamage) { in exaPrepareAccessReg_mixed()
227 (has_gpu_copy || !exaPixmapIsPinned(pPixmap))) { in exaPrepareAccessReg_mixed()
244 if (has_gpu_copy) { in exaPrepareAccessReg_mixed()
263 else if (has_gpu_copy) in exaPrepareAccessReg_mixed()
H A Dexa_mixed.c133 Bool ret, has_gpu_copy; in exaModifyPixmapHeader_mixed() local
157 has_gpu_copy = exaPixmapHasGpuCopy(pPixmap); in exaModifyPixmapHeader_mixed()
190 if (has_gpu_copy) { in exaModifyPixmapHeader_mixed()
206 if (has_gpu_copy) { in exaModifyPixmapHeader_mixed()
230 if (has_gpu_copy) { in exaModifyPixmapHeader_mixed()
H A Dexa.c289 Bool has_gpu_copy, ret; in ExaDoPrepareAccess() local
318 has_gpu_copy = exaPixmapHasGpuCopy(pPixmap); in ExaDoPrepareAccess()
320 if (has_gpu_copy && pExaPixmap->fb_ptr) { in ExaDoPrepareAccess()
333 if (!has_gpu_copy) in ExaDoPrepareAccess()