summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_ucode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2014-04-11 11:21:50 -0400
committerChristian König <christian.koenig@amd.com>2014-04-17 13:59:51 +0200
commit277babc374f6ecab6af182554f5d9f35a7768755 (patch)
tree42a04a287ef21ba2d89a749bc2dc21ca4306b2f3 /drivers/gpu/drm/radeon/radeon_ucode.h
parent1ebe92802eaf0569784dce843bc28a78842d236c (diff)
downloadlinux-277babc374f6ecab6af182554f5d9f35a7768755.tar.bz2
drm/radeon: add support for newer mc ucode on CI (v2)
Fixes mclk stability on certain asics. v2: print out mc firmware version used and size bug: https://bugs.freedesktop.org/show_bug.cgi?id=75992 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_ucode.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon_ucode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ucode.h b/drivers/gpu/drm/radeon/radeon_ucode.h
index f4155484b395..58d12938c0b8 100644
--- a/drivers/gpu/drm/radeon/radeon_ucode.h
+++ b/drivers/gpu/drm/radeon/radeon_ucode.h
@@ -61,8 +61,10 @@
#define PITCAIRN_MC_UCODE_SIZE 7775
#define VERDE_MC_UCODE_SIZE 7875
#define OLAND_MC_UCODE_SIZE 7863
-#define CIK_MC_UCODE_SIZE 7866
+#define BONAIRE_MC_UCODE_SIZE 7866
+#define BONAIRE_MC2_UCODE_SIZE 7948
#define HAWAII_MC_UCODE_SIZE 7933
+#define HAWAII_MC2_UCODE_SIZE 8091
/* SDMA */
#define CIK_SDMA_UCODE_SIZE 1050