Skip to content

Commit d97b74a

Browse files
Pratap Nirujogialexdeucher
authored andcommitted
drm/amd/amdgpu: Declare isp firmware binary file
Declare isp firmware file isp_4_1_1.bin required by isp4.1.1 device. Suggested-by: Alexey Zagorodnikov <xglooom@gmail.com> Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 27e4dc2 commit d97b74a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
#include "amdgpu.h"
3030
#include "isp_v4_1_1.h"
3131

32+
MODULE_FIRMWARE("amdgpu/isp_4_1_1.bin");
33+
3234
#define ISP_PERFORMANCE_STATE_LOW 0
3335
#define ISP_PERFORMANCE_STATE_HIGH 1
3436

0 commit comments

Comments
 (0)