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:
parent
fc821b70b0
commit
d47756556d
2 changed files with 62 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue