Home
last modified time | relevance | path

Searched refs:ExaDoPrepareAccess (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_migration_mixed.c177 success = ExaDoPrepareAccess(pPixmap, index); in exaPrepareAccessReg_mixed()
186 success = ExaDoPrepareAccess(pPixmap, index); in exaPrepareAccessReg_mixed()
H A Dexa_migration_classic.c231 ExaDoPrepareAccess(pPixmap, fallback_index); in exaCopyDirty()
565 if (!ExaDoPrepareAccess(pPixmap, EXA_PREPARE_SRC)) in exaAssertNotDirty()
760 (void) ExaDoPrepareAccess(pPixmap, index); in exaPrepareAccessReg_classic()
H A Dexa.c283 ExaDoPrepareAccess(PixmapPtr pPixmap, int index) in ExaDoPrepareAccess() function
382 (void) ExaDoPrepareAccess(pPixmap, index); in exaPrepareAccess()
H A Dexa_priv.h543 ExaDoPrepareAccess(PixmapPtr pPixmap, int index);
/OK3568_Linux_fs/external/xserver/
H A DChangeLog118258 EXA: ExaDoPrepareAccess return value fixes.