diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-04-10 21:41:25 +0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-06-27 18:49:12 +0400 |
commit | 39aee490288908a0fe50f09de8b13e8423ed7b21 (patch) | |
tree | 5609d935aa34c8214fafdf50e6cf962d08587f0e /drivers/gpu/drm/radeon/radeon.h | |
parent | 0672e27bea2c91015627d46b0b858ed9815b0b24 (diff) | |
download | linux-39aee490288908a0fe50f09de8b13e8423ed7b21.tar.xz |
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.h | 1 |
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 { |