diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2014-04-11 11:21:49 -0400 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2014-06-06 11:40:26 +0200 |
commit | 0f9aed4142002f86e1eef78a2506e8c650f2a85a (patch) | |
tree | 1eab5a482fa292d511c81bf052f089db95596544 /drivers/gpu/drm/radeon/radeon_ucode.h | |
parent | efa019ee9d25f383acea1c15e3fa6b0fa314e1ad (diff) | |
download | lwn-0f9aed4142002f86e1eef78a2506e8c650f2a85a.tar.gz lwn-0f9aed4142002f86e1eef78a2506e8c650f2a85a.zip |
drm/radeon: add support for newer mc ucode on SI (v2)
commit 1ebe92802eaf0569784dce843bc28a78842d236c upstream.
May fix stability issues with some newer cards.
v2: print out mc firmware version used and size
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_ucode.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_ucode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ucode.h b/drivers/gpu/drm/radeon/radeon_ucode.h index 33858364fe89..7e48c359b04c 100644 --- a/drivers/gpu/drm/radeon/radeon_ucode.h +++ b/drivers/gpu/drm/radeon/radeon_ucode.h @@ -57,6 +57,9 @@ #define BTC_MC_UCODE_SIZE 6024 #define CAYMAN_MC_UCODE_SIZE 6037 #define SI_MC_UCODE_SIZE 7769 +#define TAHITI_MC_UCODE_SIZE 7808 +#define PITCAIRN_MC_UCODE_SIZE 7775 +#define VERDE_MC_UCODE_SIZE 7875 #define OLAND_MC_UCODE_SIZE 7863 #define CIK_MC_UCODE_SIZE 7866 |