drm/panthor: Drop the dev_enter/exit() sections in _irq_suspend/resume()
authorBoris Brezillon <boris.brezillon@collabora.com>
Tue, 26 Mar 2024 11:12:05 +0000 (12:12 +0100)
committerBoris Brezillon <boris.brezillon@collabora.com>
Tue, 2 Apr 2024 07:33:49 +0000 (09:33 +0200)
commit962f88b9c91647f3ff4a0d3709662641baed5164
tree4dbf318a0f07cf3ac41625f1294739403c8fdba0
parent1de434e0b2757061b09b347264f1ff5bdf996e58
drm/panthor: Drop the dev_enter/exit() sections in _irq_suspend/resume()

There's no reason for _irq_suspend/resume() to be called after the
device has been unplugged, and keeping this dev_enter/exit()
section in _irq_suspend() is turns _irq_suspend() into a NOP
when called from the _unplug() functions, which we don't want.

v3:
- New patch

Fixes: 5fe909cae118 ("drm/panthor: Add the device logical block")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240326111205.510019-3-boris.brezillon@collabora.com
drivers/gpu/drm/panthor/panthor_device.h