Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c154 xf86CursorScreenPtr sPriv; in xf86CheckHWCursor() local
159 sPriv = dixLookupPrivate(&pSlave->devPrivates, xf86CursorScreenKey); in xf86CheckHWCursor()
160 if (!sPriv) { /* NULL if Option "SWCursor", possibly other conditions */ in xf86CheckHWCursor()
166 if (!xf86ScreenCheckHWCursor(pSlave, cursor, sPriv->CursorInfoPtr)) { in xf86CheckHWCursor()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog19237 ramdac: Check sPriv != NULL in xf86CheckHWCursor()
19239 xf86CheckHWCursor() would dereference sPriv without NULL checking it. If Option
19240 "SWCursor" is specified, sPriv == NULL. In this case we should assume that HW