summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorDavid Airlie <airlied@asimov.stargames.com.au>2007-04-10 15:20:50 +1000
committerDavid Airlie <airlied@asimov.stargames.com.au>2007-04-10 15:20:50 +1000
commit40bd6dcd86d554ca426deccd4fbada693c4be8a6 (patch)
tree76638f691e5752623aeb7880d1e410791b164638 /shared-core/i915_drv.h
parent65f465ed5ad3caf773658bb2832785c963b987f6 (diff)
set the base address of the CRTC correctly
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index f37f5873..517d0bf6 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -92,6 +92,7 @@ typedef struct drm_i915_private {
drm_local_map_t *sarea;
drm_local_map_t *mmio_map;
+ unsigned long baseaddr;
unsigned long mmiobase;
unsigned long mmiolen;