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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user