summaryrefslogtreecommitdiff
path: root/src/nv50_cursor.h
blob: 4d81d803b653fcda8168998bf8c1953a5a4ca8f8 (plain)
1
2
3
4
5
6
7
Bool G80CursorInit(ScreenPtr);
Bool G80CursorAcquire(ScrnInfoPtr);
void G80CursorRelease(ScrnInfoPtr);

/* CRTC cursor functions */
void G80SetCursorPosition(xf86CrtcPtr crtc, int x, int y);
void G80LoadCursorARGB(xf86CrtcPtr crtc, CARD32 *src);