diff options
| author | Alex Deucher <[email protected]> | 2018-03-07 03:18:09 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-03-21 19:24:07 +0000 |
| commit | ff13dc671de8489df3655ab30dcf1fe4a42ad9d3 (patch) | |
| tree | ebfa49dd89a53782e20551b0be4216ae63c63d8d /drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | |
| parent | drm/amdgpu: vega12 to smu firmware (diff) | |
| download | kernel-ff13dc671de8489df3655ab30dcf1fe4a42ad9d3.tar.gz kernel-ff13dc671de8489df3655ab30dcf1fe4a42ad9d3.zip | |
drm/amdgpu/psp: initial vega12 support
Same as vega10 for now.
Acked-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Reviewed-by: Feifei Xu <[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 | 2 |
1 files changed, 2 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 690b9766d8ae..5c824a38982b 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c @@ -39,6 +39,8 @@ MODULE_FIRMWARE("amdgpu/vega10_sos.bin"); MODULE_FIRMWARE("amdgpu/vega10_asd.bin"); +MODULE_FIRMWARE("amdgpu/vega12_sos.bin"); +MODULE_FIRMWARE("amdgpu/vega12_asd.bin"); #define smnMP1_FIRMWARE_FLAGS 0x3010028 |
