diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-09-15 17:36:19 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-18 23:30:29 -0400 |
commit | cf661ec1ff146183a6f8da1f1d41c1e3c4afe8bd (patch) | |
tree | ca5da14190765a618c7bbe18499ade96f0d3040a | |
parent | 376b6a1f4fbd4938042ec28bd9498c62a4bdcdf0 (diff) | |
download | lwn-cf661ec1ff146183a6f8da1f1d41c1e3c4afe8bd.tar.gz lwn-cf661ec1ff146183a6f8da1f1d41c1e3c4afe8bd.zip |
drm/amdgpu/psp: declare raven psp firmware
So it gets picked up properly by the kernel.
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_v10_0.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c index 6ec5c9f8074d..77cab1ff0254 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c @@ -35,6 +35,8 @@ #include "raven1/GC/gc_9_1_offset.h" #include "raven1/SDMA0/sdma0_4_1_offset.h" +MODULE_FIRMWARE("amdgpu/raven_asd.bin"); + static int psp_v10_0_get_fw_type(struct amdgpu_firmware_info *ucode, enum psp_gfx_fw_type *type) { |