summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-04-10 13:41:25 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-06-27 10:49:12 -0400
commit39aee490288908a0fe50f09de8b13e8423ed7b21 (patch)
tree5609d935aa34c8214fafdf50e6cf962d08587f0e /drivers/gpu/drm/radeon/radeon.h
parent0672e27bea2c91015627d46b0b858ed9815b0b24 (diff)
downloadlinux-39aee490288908a0fe50f09de8b13e8423ed7b21.tar.bz2
drm/radeon: add cik tile mode array query
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 2072a39058e0..ba59d952ba19 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -1587,6 +1587,7 @@ struct cik_asic {
unsigned multi_gpu_tile_size;
unsigned tile_config;
+ uint32_t tile_mode_array[32];
};
union radeon_asic_config {