diff options
| author | Akash Goel <akash.goel@arm.com> | 2025-12-03 12:19:11 +0300 |
|---|---|---|
| committer | Liviu Dudau <liviu.dudau@arm.com> | 2025-12-03 15:45:54 +0300 |
| commit | cedf6765ecfd60197d90437ec648feb8b3e31cb1 (patch) | |
| tree | 7aa7785f76f406f8889bd9cf8d0801364b8308e4 | |
| parent | 276e411604b3a90ec9d243075f976e458139a006 (diff) | |
| download | linux-cedf6765ecfd60197d90437ec648feb8b3e31cb1.tar.xz | |
drm/panthor: Remove redundant call to disable the MCU
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
| -rw-r--r-- | drivers/gpu/drm/panthor/panthor_fw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panthor/panthor_fw.c b/drivers/gpu/drm/panthor/panthor_fw.c index 1a5e3c1a27fb..94a3cd6dfa6d 100644 --- a/drivers/gpu/drm/panthor/panthor_fw.c +++ b/drivers/gpu/drm/panthor/panthor_fw.c @@ -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); |
