diff options
author | Eric Anholt <eric@anholt.net> | 2010-03-04 10:23:12 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-03-04 11:25:12 -0800 |
commit | e37b562083aa3293e0c009171724a3f122d8a32d (patch) | |
tree | f78a80129edc6460eadd1f0318d786350d8307ea /src/i830.h | |
parent | a36bdaba6136054ae7c67943ca0215cfd177bc5b (diff) |
Init CRTC cursors with CRTC setup instead of i830_memory.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |