diff options
author | Marek Olšák <maraeo@gmail.com> | 2010-02-14 17:57:19 +0100 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2010-02-18 06:14:55 +0100 |
commit | 4b6f70f20cbaccb18f122e87ac0d471356b01a59 (patch) | |
tree | 601b611f6ab38c60a7ea84b9e00550a7c03487a9 /include | |
parent | 2d9990c7e8020d28fec4f581493696087def904f (diff) |
radeon: add square-tiling flag
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 728df604..ff97e484 100644 --- a/include/drm/radeon_drm.h +++ b/include/drm/radeon_drm.h @@ -808,6 +808,7 @@ struct drm_radeon_gem_create { #define RADEON_TILING_SWAP_32BIT 0x8 #define RADEON_TILING_SURFACE 0x10 /* this object requires a surface * when mapped - i.e. front buffer */ +#define RADEON_TILING_MICRO_SQUARE 0x20 struct drm_radeon_gem_set_tiling { uint32_t handle; |