Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrinit.c262 ephyrFuncs.disableAccel = ephyr_glamor_disable; in ddxProcessArgument()
271 ephyrFuncs.disableAccel = ephyr_glamor_disable; in ddxProcessArgument()
283 ephyrFuncs.disableAccel = ephyrDrawDisable; in ddxProcessArgument()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.h120 void (*disableAccel) (ScreenPtr); member
H A Dkdrive.c100 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->disableAccel) in KdDisableScreen()
101 (*pScreenPriv->card->cfuncs->disableAccel) (pScreen); in KdDisableScreen()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog179030 disableAccel hook, which is more correct anyway. This makes kdrive.c