diff options
| author | Feifei Xu <[email protected]> | 2018-04-20 05:36:54 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-05-17 15:13:11 +0000 |
| commit | 8fd2d849da98924e1e021314de289d4a3a31d07f (patch) | |
| tree | 02f5737754e9d923ae1e7b9b100b05cf0a3bcbdc /drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | |
| parent | drm/amdgpu/powerplay: Add initial vega20 support v2 (diff) | |
| download | kernel-8fd2d849da98924e1e021314de289d4a3a31d07f.tar.gz kernel-8fd2d849da98924e1e021314de289d4a3a31d07f.zip | |
drm/amdgpu/psp: Add initial psp support for vega20
The same as vega10 for now.
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Feifei Xu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/psp_v3_1.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c index 196e75def1f2..0c768e388ace 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c @@ -41,6 +41,9 @@ MODULE_FIRMWARE("amdgpu/vega10_sos.bin"); MODULE_FIRMWARE("amdgpu/vega10_asd.bin"); MODULE_FIRMWARE("amdgpu/vega12_sos.bin"); MODULE_FIRMWARE("amdgpu/vega12_asd.bin"); +MODULE_FIRMWARE("amdgpu/vega20_sos.bin"); +MODULE_FIRMWARE("amdgpu/vega20_asd.bin"); + #define smnMP1_FIRMWARE_FLAGS 0x3010028 |
