summaryrefslogtreecommitdiff
path: root/src/radeon_common.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-09-11 08:51:38 +0000
committerDave Airlie <airlied@linux.ie>2005-09-11 08:51:38 +0000
commitfd62082b68ac3aadd8ffc441352d75d88334904e (patch)
treeed8b6494a2c88bfa7e6b6f8912c2ed5d21df12bd /src/radeon_common.h
parentcb63f8d9c0563fb0eff28e2be6d4adf5666540d2 (diff)
Add support for allocating PCI GART table in framebuffer memory. This is
needed to support PCIE Radeons using a new DRM.
Diffstat (limited to 'src/radeon_common.h')
-rw-r--r--src/radeon_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_common.h b/src/radeon_common.h
index d64c1361..a6d99c80 100644
--- a/src/radeon_common.h
+++ b/src/radeon_common.h
@@ -473,6 +473,7 @@ typedef struct drm_radeon_set_param {
#define RADEON_SETPARAM_FB_LOCATION 1
#define RADEON_SETPARAM_SWITCH_TILING 2
+#define RADEON_SETPARAM_PCIGART_LOCATION 3
/* 1.14: Clients can allocate/free a surface
*/
@@ -486,5 +487,4 @@ typedef struct drm_radeon_surface_free {
unsigned int address;
} drmRadeonSurfaceFree;
-
#endif