diff options
author | Dave Airlie <airlied@linux.ie> | 2007-04-17 18:16:38 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-04-17 18:16:38 +1000 |
commit | 79aa1d54746f33c33ffbf98fb96ccbf88c3cb390 (patch) | |
tree | 7ccbdbc7750015391833988a68b8058d2eb77235 /shared-core/i915_drv.h | |
parent | cd5769c3b563048357535b24dc40783775adb227 (diff) |
another large overhaul of interactions with userspace...
We need to keep a list of user created fbs to nuke on master exit.
We also need to use the bo properly.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r-- | shared-core/i915_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index f4343014..8c2b4817 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -93,7 +93,6 @@ 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; |