drm/amd/amdgpu: Declare isp firmware binary file
authorPratap Nirujogi <pratap.nirujogi@amd.com>
Wed, 3 Sep 2025 20:00:24 +0000 (16:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Sep 2025 20:41:15 +0000 (16:41 -0400)
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>
(cherry picked from commit d97b74a833eba1f4f69f67198fd98ef036c0e5f9)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c

index a887df520414075f060fc226f4e2fd066ec2ce2c..4258d3e0b706c3569b5881d5bff9e360c7eb54bd 100644 (file)
@@ -29,6 +29,8 @@
 #include "amdgpu.h"
 #include "isp_v4_1_1.h"
 
+MODULE_FIRMWARE("amdgpu/isp_4_1_1.bin");
+
 #define ISP_PERFORMANCE_STATE_LOW 0
 #define ISP_PERFORMANCE_STATE_HIGH 1