mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-29 19:40:16 +01:00
radeon: add square-tiling flag
This commit is contained in:
parent
2d9990c7e8
commit
4b6f70f20c
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue