diff options
author | Marek Olšák <marek.olsak@amd.com> | 2013-12-03 19:50:22 +0100 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2013-12-03 19:50:22 +0100 |
commit | 4c5de721c4ef96ef412fd6af4cb415f04a7515f6 (patch) | |
tree | d8aac6000d86a95bbaea1dbd3b5a97ea8a04a56f /include | |
parent | c3d96897de647bd5f6d4802c108a3f65a307d61b (diff) |
Bump the version to 2.4.50
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/radeon_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/radeon_drm.h b/include/drm/radeon_drm.h index 96ea5559..55e85bf8 100644 --- a/include/drm/radeon_drm.h +++ b/include/drm/radeon_drm.h @@ -807,6 +807,7 @@ struct drm_radeon_gem_create { #define RADEON_TILING_MACRO 0x1 #define RADEON_TILING_MICRO 0x2 #define RADEON_TILING_SWAP_16BIT 0x4 +#define RADEON_TILING_R600_NO_SCANOUT RADEON_TILING_SWAP_16BIT #define RADEON_TILING_SWAP_32BIT 0x8 /* this object requires a surface when mapped - i.e. front buffer */ #define RADEON_TILING_SURFACE 0x10 |