diff options
Diffstat (limited to 'src/radeon_common.h')
-rw-r--r-- | src/radeon_common.h | 2 |
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 |