]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/panthor: Remove redundant call to disable the MCU
authorAkash Goel <akash.goel@arm.com>
Wed, 3 Dec 2025 09:19:11 +0000 (09:19 +0000)
committerLiviu Dudau <liviu.dudau@arm.com>
Wed, 3 Dec 2025 12:45:54 +0000 (12:45 +0000)
This commit removes the redundant call to disable the MCU firmware
in the suspend path.

Fixes: 514072549865 ("drm/panthor: Support GLB_REQ.STATE field for Mali-G1 GPUs")
Signed-off-by: Akash Goel <akash.goel@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patch.msgid.link/20251203091911.145623-1-akash.goel@arm.com
drivers/gpu/drm/panthor/panthor_fw.c

index 1a5e3c1a27fbc04de88c2efcb35d4490b6dc0efb..94a3cd6dfa6dec5bde15a6f0c23d93c492c8658d 100644 (file)
@@ -1187,7 +1187,6 @@ void panthor_fw_pre_reset(struct panthor_device *ptdev, bool on_hang)
                else
                        ptdev->reset.fast = true;
        }
-       panthor_fw_stop(ptdev);
 
        panthor_job_irq_suspend(&ptdev->fw->irq);
        panthor_fw_stop(ptdev);