Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c73 ScreenPriv->SWCursor = TRUE; in xf86InitCursor()
196 if (ScreenPriv->SWCursor) in xf86CursorRecolorCursor()
220 ScreenPriv->SWCursor = TRUE; in xf86CursorEnableDisableFBAccess()
309 if (ScreenPriv->SWCursor || in xf86CursorSetCursor()
348 if (ScreenPriv->SWCursor) /* remove the SW cursor */ in xf86CursorSetCursor()
353 ScreenPriv->SWCursor = FALSE; in xf86CursorSetCursor()
374 if (!ScreenPriv->SWCursor) in xf86CursorSetCursor()
375 ScreenPriv->SWCursor = TRUE; in xf86CursorSetCursor()
425 else if (ScreenPriv->SWCursor) in xf86CursorMoveCursor()
444 if (ScreenPriv->SWCursor && ScreenPriv->CurrentCursor) { in xf86ForceHWCursor()
H A Dxf86CursorPriv.h13 Bool SWCursor; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DRegistry324 SWCursor B V Enable/disable SW cursor
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog2017 + Fixes SWCursor being multiply rendered, closes: #526260.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog12131 without NULL checking it. If Option "SWCursor" is specified, ScreenPriv == NULL.
12133 Without this fix, it is observed that setting Option "SWCursor" "on" on the
19240 "SWCursor" is specified, sPriv == NULL. In this case we should assume that HW
32902 Descriptions for Options PageFlip and SWCursor.
126895 xfree86: fix SWCursor check in xf86CursorSetCursor.
147802 The only function that cat set SWCursor before xf86DeviceCursorInitialize()