]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.16-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Sep 2025 12:45:29 +0000 (14:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Sep 2025 12:45:29 +0000 (14:45 +0200)
added patches:
drm-amd-amdgpu-declare-isp-firmware-binary-file.patch

queue-6.16/drm-amd-amdgpu-declare-isp-firmware-binary-file.patch [new file with mode: 0644]
queue-6.16/series

diff --git a/queue-6.16/drm-amd-amdgpu-declare-isp-firmware-binary-file.patch b/queue-6.16/drm-amd-amdgpu-declare-isp-firmware-binary-file.patch
new file mode 100644 (file)
index 0000000..4d31dd5
--- /dev/null
@@ -0,0 +1,35 @@
+From 857ccfc19f9be1269716f3d681650c1bd149a656 Mon Sep 17 00:00:00 2001
+From: Pratap Nirujogi <pratap.nirujogi@amd.com>
+Date: Wed, 3 Sep 2025 16:00:24 -0400
+Subject: drm/amd/amdgpu: Declare isp firmware binary file
+
+From: Pratap Nirujogi <pratap.nirujogi@amd.com>
+
+commit 857ccfc19f9be1269716f3d681650c1bd149a656 upstream.
+
+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
+[ Adjust context ]
+Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c
++++ b/drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c
+@@ -29,6 +29,8 @@
+ #include "amdgpu.h"
+ #include "isp_v4_1_1.h"
++MODULE_FIRMWARE("amdgpu/isp_4_1_1.bin");
++
+ static const unsigned int isp_4_1_1_int_srcid[MAX_ISP411_INT_SRC] = {
+       ISP_4_1__SRCID__ISP_RINGBUFFER_WPT9,
+       ISP_4_1__SRCID__ISP_RINGBUFFER_WPT10,
index 5b359145b4f93a609b141199df744a87f449f803..8706c65a2383ecafec0f8872bfb56d737c30266d 100644 (file)
@@ -109,3 +109,4 @@ mm-damon-sysfs-fix-use-after-free-in-state_show.patch
 mm-damon-reclaim-avoid-divide-by-zero-in-damon_reclaim_apply_parameters.patch
 drm-amd-display-destroy-cached-state-in-complete-callback.patch
 drm-amd-display-drop-dm_prepare_suspend-and-dm_complete.patch
+drm-amd-amdgpu-declare-isp-firmware-binary-file.patch