diff options
author | Dave Airlie <airlied@linux.ie> | 2007-11-18 19:25:31 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-11-18 19:25:31 +1000 |
commit | a90510966e12e20d3c51d224dda607ac9951d039 (patch) | |
tree | 0f27d64b7588ada0f04c288bdef0ff22d16656b1 /shared-core/radeon_drm.h | |
parent | 307fc3c92c85ded23de414b0d1a3d48f934c666d (diff) |
radeon: refactor out the fb/agp location read/write.
Add a new get param to get the fb location into userspace. Mesa currently
hits MMIO to do this, but this isn't always possible.
Diffstat (limited to 'shared-core/radeon_drm.h')
-rw-r--r-- | shared-core/radeon_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/radeon_drm.h b/shared-core/radeon_drm.h index 4594a837..0971f970 100644 --- a/shared-core/radeon_drm.h +++ b/shared-core/radeon_drm.h @@ -656,6 +656,7 @@ typedef struct drm_radeon_indirect { #define RADEON_PARAM_SCRATCH_OFFSET 11 #define RADEON_PARAM_CARD_TYPE 12 #define RADEON_PARAM_VBLANK_CRTC 13 /* VBLANK CRTC */ +#define RADEON_PARAM_FB_LOCATION 14 /* FB location */ typedef struct drm_radeon_getparam { int param; |