radeon: add square-tiling flag

main
Marek Olšák 2010-02-14 17:57:19 +01:00
parent 2d9990c7e8
commit 4b6f70f20c
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -36,6 +36,7 @@
/* bo object */
#define RADEON_BO_FLAGS_MACRO_TILE 1
#define RADEON_BO_FLAGS_MICRO_TILE 2
#define RADEON_BO_FLAGS_MICRO_TILE_SQUARE 0x20
struct radeon_bo_manager;
struct radeon_cs;