Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c107 ScreenPriv->ForceHWCursorCount = 0; in xf86InitCursor()
345 (ScreenPriv->ForceHWCursorCount || in xf86CursorSetCursor()
443 if (ScreenPriv->ForceHWCursorCount++ == 0) { in xf86ForceHWCursor()
454 if (--ScreenPriv->ForceHWCursorCount == 0) { in xf86ForceHWCursor()
H A Dxf86CursorPriv.h34 int ForceHWCursorCount; member