diff options
author | Samuel Li <samuel.li@amd.com> | 2014-04-30 18:40:49 -0400 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2014-05-06 12:19:59 +0200 |
commit | f73a9e837286bb67c54701441cb51c54aa4abd6a (patch) | |
tree | 0e67d97d47c9d4e13b983035944c3baa7e2f2132 /drivers/gpu/drm/radeon/radeon_ucode.h | |
parent | b0a9f22a182487996e530b38e07f02d8ea0bc3cc (diff) |
drm/radeon: update cik init for Mullins.
Also add golden registers, update firmware loading functions.
Signed-off-by: Samuel Li <samuel.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_ucode.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_ucode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ucode.h b/drivers/gpu/drm/radeon/radeon_ucode.h index 58d12938c0b8..4e7c3269b183 100644 --- a/drivers/gpu/drm/radeon/radeon_ucode.h +++ b/drivers/gpu/drm/radeon/radeon_ucode.h @@ -52,6 +52,7 @@ #define BONAIRE_RLC_UCODE_SIZE 2048 #define KB_RLC_UCODE_SIZE 2560 #define KV_RLC_UCODE_SIZE 2560 +#define ML_RLC_UCODE_SIZE 2560 /* MC */ #define BTC_MC_UCODE_SIZE 6024 |