summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-03-04 10:23:12 -0800
committerEric Anholt <eric@anholt.net>2010-03-04 11:25:12 -0800
commite37b562083aa3293e0c009171724a3f122d8a32d (patch)
treef78a80129edc6460eadd1f0318d786350d8307ea /src/i830.h
parenta36bdaba6136054ae7c67943ca0215cfd177bc5b (diff)
Init CRTC cursors with CRTC setup instead of i830_memory.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830.h b/src/i830.h
index 2547b6ff..9b3282a9 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -234,8 +234,6 @@ typedef struct intel_screen_private {
long GTTMapSize;
drm_intel_bo *front_buffer;
- /* One big buffer for all cursors for kernels that support this */
- drm_intel_bo *cursor_mem_argb[2];
dri_bufmgr *bufmgr;
@@ -421,7 +419,6 @@ extern int drmmode_get_pipe_from_crtc_id(drm_intel_bufmgr * bufmgr,
xf86CrtcPtr crtc);
extern int drmmode_output_dpms_status(xf86OutputPtr output);
extern int drmmode_crtc_id(xf86CrtcPtr crtc);
-void drmmode_crtc_set_cursor_bo(xf86CrtcPtr crtc, dri_bo * cursor);
extern Bool i830_crtc_on(xf86CrtcPtr crtc);
extern int i830_crtc_to_pipe(xf86CrtcPtr crtc);