Home
last modified time | relevance | path

Searched refs:exaCopyDirty (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_migration_classic.c108 exaCopyDirty(ExaMigrationPtr migrate, RegionPtr pValidDst, RegionPtr pValidSrc, in exaCopyDirty() function
285 exaCopyDirty(migrate, &pExaPixmap->validSys, &pExaPixmap->validFB, in exaCopyDirtyToSys()
303 exaCopyDirty(migrate, &pExaPixmap->validFB, &pExaPixmap->validSys, in exaCopyDirtyToFb()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog118301 exa/mixed: setting devKind before exaCopyDirty* is not needed
118507 - Setting pitch before exaCopyDirty* is not needed.
121111 exaCopyDirty(), but that's normally NULL with driver allocated pixmaps.
121113 The solution is to make exaCopyDirty*() no longer rely on pExaPixmap->fb_ptr
147102 EXA: Don't suggest exaCopyDirty be inlined.
160454 EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty.