diff options
author | Dave Airlie <airlied@redhat.com> | 2008-11-03 09:52:25 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-11-03 09:52:25 +1000 |
commit | 0e1df6216e7ce3a69d4311e4685613e57129285f (patch) | |
tree | 6b844bf9e560fb755f056fc18979bef928410ba8 /shared-core | |
parent | 2b9a7d5381534122858dc6e407794e8cd5c04d3e (diff) |
radeon: add mtrr support for VRAM aperture.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/radeon_drv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index 83478a27..c6ebf9b6 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -462,6 +462,9 @@ typedef struct drm_radeon_private { struct radeon_pm_regs pmregs; int irq_emitted; atomic_t irq_received; + + uint32_t aper_size; + int vram_mtrr; } drm_radeon_private_t; typedef struct drm_radeon_buf_priv { |