diff options
author | Flora Cui <Flora.Cui@amd.com> | 2016-03-18 19:07:55 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-04 20:28:33 -0400 |
commit | f89510686c0df375a1116b73c3f24dfbe880a6bc (patch) | |
tree | 93509376601f1096403461039e59a80bcb1e228a /drivers/gpu/drm/amd/amdgpu/vi.c | |
parent | 5de95e55de7ede7a6afd015dc07549be382f9931 (diff) | |
download | linux-stable-f89510686c0df375a1116b73c3f24dfbe880a6bc.tar.gz linux-stable-f89510686c0df375a1116b73c3f24dfbe880a6bc.tar.bz2 linux-stable-f89510686c0df375a1116b73c3f24dfbe880a6bc.zip |
drm/amdgpu: add polaris10/11 smc fw declaration
Signed-off-by: Flora Cui <Flora.Cui@amd.com>
Reviewed-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index 2c228d6c672e..0bd567d339a3 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c @@ -78,6 +78,11 @@ #include "amdgpu_acp.h" #endif +MODULE_FIRMWARE("amdgpu/polaris10_smc.bin"); +MODULE_FIRMWARE("amdgpu/polaris10_smc_sk.bin"); +MODULE_FIRMWARE("amdgpu/polaris11_smc.bin"); +MODULE_FIRMWARE("amdgpu/polaris11_smc_sk.bin"); + /* * Indirect registers accessor */ |