Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.h590 Bool (*PrepareAccess) (PixmapPtr pPix, int index); member
H A Dexa.c338 if (pExaScr->info->PrepareAccess == NULL) in ExaDoPrepareAccess()
350 if (!(*pExaScr->info->PrepareAccess) (pPixmap, index)) { in ExaDoPrepareAccess()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c482 fakexa->exa->PrepareAccess = ephyrPrepareAccess; in ephyrDrawInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c1128 exa->PrepareAccess = ms_exa_prepare_access; in ms_setup_exa()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18593 create and destroy a damage in PrepareAccess. The destroy path can then
98368 exa: Only call driver FinishAccess hook if PrepareAccess hook succeeded.
117228 Turns out this is still necessary if the driver PrepareAccess hook succeeds.
121114 but use pPixmap->devPrivate.ptr after PrepareAccess instead.
121204 EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.
121206 If the PrepareAccess hook fails, use the DownloadFromScreen hook to retrieve
121214 CPU, this can be handled between the PrepareAccess and
121217 * Radeon KMS on big endian machines can fail PrepareAccess if the pixmap
121220 Here the driver PrepareAccess hook will always fail and leave all transfers
121223 Drivers which can handle all pixmaps in the PrepareAccess hook should notice
[all …]