summaryrefslogtreecommitdiff
path: root/src/nv50_cursor.h
blob: c85678095d4980b726d491e45cc26b948f3b7e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __NV50_CURSOR_H__
#define __NV50_CURSOR_H__

Bool NV50CursorInit(ScreenPtr);
Bool NV50CursorAcquire(ScrnInfoPtr);
void NV50CursorRelease(ScrnInfoPtr);

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

#endif