Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorPriv.h46 Bool xf86CheckHWCursor(ScreenPtr pScreen, CursorPtr cursor, xf86CursorInfoPtr infoPtr);
H A Dxf86CursorRD.c346 xf86CheckHWCursor(pScreen, cursor, infoPtr))) { in xf86CursorSetCursor()
H A Dxf86HWCurs.c140 xf86CheckHWCursor(ScreenPtr pScreen, CursorPtr cursor, xf86CursorInfoPtr infoPtr) in xf86CheckHWCursor() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1371 RRHasScanoutPixmap() is called from xf86CheckHWCursor(), regardless of whether
19237 ramdac: Check sPriv != NULL in xf86CheckHWCursor()
19239 xf86CheckHWCursor() would dereference sPriv without NULL checking it. If Option
21482 xf86Cursor: Add xf86CheckHWCursor() helper function