diff options
author | Marek Olšák <maraeo@gmail.com> | 2010-02-14 07:10:10 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-02-25 11:36:12 +1000 |
commit | 939461d59d6ac4e5142f767d24810c9b4b5caa38 (patch) | |
tree | f3b22ad375ebec24457b29e78d73b054774d2e80 /include/drm/radeon_drm.h | |
parent | 51e5fcd353a55364984bda3dd1391742e4dec53c (diff) |
drm/radeon/kms: add support for square microtiles on r3xx-r5xx
Signed-off-by: Marek Olšák <maraeo@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/radeon_drm.h')
-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 39537f3cf98a..81e614bf2dc3 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; |