OSDN Git Service

drm/amdgpu/psp: declare raven psp firmware
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 15 Sep 2017 21:36:19 +0000 (17:36 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Sep 2017 03:30:29 +0000 (23:30 -0400)
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>
drivers/gpu/drm/amd/amdgpu/psp_v10_0.c

index 6ec5c9f..77cab1f 100644 (file)
@@ -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)
 {