diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-08-24 16:18:41 -0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-08 16:20:07 -0400 |
commit | 0ade638655f0ef4d807295c14a4c97544bd6b9ca (patch) | |
tree | 23ddab04b976c4133e1528d3be2aaa53d9e195d7 /drivers/gpu/drm/i915/i915_drv.h | |
parent | e2404e7c3fe6f46e161edf085c6d9bea06ebe488 (diff) |
intel-gtt: introduce drm/intel-gtt.h
Add a few definitions to it that are already shared and that will
be shared in the future (like the number of stolen entries).
No functional changes in here.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index cfc8bfd0fd7e..d825ef207b2c 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -34,6 +34,7 @@ | |||
34 | #include "intel_bios.h" | 34 | #include "intel_bios.h" |
35 | #include "intel_ringbuffer.h" | 35 | #include "intel_ringbuffer.h" |
36 | #include <linux/io-mapping.h> | 36 | #include <linux/io-mapping.h> |
37 | #include <drm/intel-gtt.h> | ||
37 | 38 | ||
38 | /* General customization: | 39 | /* General customization: |
39 | */ | 40 | */ |