summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 55d673a3..d66cdd93 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -1037,2 +1037,8 @@ typedef struct {
drmmode_rec drmmode;
+ /* r6xx+ tile config */
+ uint32_t tile_config;
+ int group_bytes;
+ int num_channels;
+ int num_banks;
+ int r7xx_bank_op;
#else