aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_ucode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-08-08 16:06:35 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-11-08 12:33:43 -0500
commitd47756556d3f8d65a8512d6fbcc9eb2ab0069ba9 (patch)
treea8e2d4e025c7f6c491d51d73835467da0ce25311 /drivers/gpu/drm/radeon/radeon_ucode.h
parentdrm/radeon: update rb setup for hawaii (diff)
downloadlinux-dev-d47756556d3f8d65a8512d6fbcc9eb2ab0069ba9.tar.xz
linux-dev-d47756556d3f8d65a8512d6fbcc9eb2ab0069ba9.zip
drm/radeon: update firmware loading for hawaii
This just updates the firmware loading functions to look for the appropriate firmware files for hawaii. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_ucode.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon_ucode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ucode.h b/drivers/gpu/drm/radeon/radeon_ucode.h
index 33858364fe89..a77cd274dfc3 100644
--- a/drivers/gpu/drm/radeon/radeon_ucode.h
+++ b/drivers/gpu/drm/radeon/radeon_ucode.h
@@ -59,6 +59,7 @@
#define SI_MC_UCODE_SIZE 7769
#define OLAND_MC_UCODE_SIZE 7863
#define CIK_MC_UCODE_SIZE 7866
+#define HAWAII_MC_UCODE_SIZE 7933
/* SDMA */
#define CIK_SDMA_UCODE_SIZE 1050
@@ -143,4 +144,7 @@
#define BONAIRE_SMC_UCODE_START 0x20000
#define BONAIRE_SMC_UCODE_SIZE 0x1FDEC
+#define HAWAII_SMC_UCODE_START 0x20000
+#define HAWAII_SMC_UCODE_SIZE 0x1FDEC
+
#endif