diff options
author | Boris Brezillon <boris.brezillon@collabora.com> | 2025-04-04 10:09:30 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-06-19 15:39:30 +0200 |
commit | 73bdbf12fbd4a067fd624d3bddd989c09a0a21c0 (patch) | |
tree | 785825f4d9a8fd598222305466f5d5b23e431abf /drivers/firmware/psci/psci.c | |
parent | 94bc1f753220d3af101ab14b97b1a465e36776ed (diff) |
drm/panthor: Call panthor_gpu_coherency_init() after PM resume()
[ Upstream commit 7d5a3b22f5b58ef89ab8770d7a44c24eecde8d66 ]
When the device is coherent, panthor_gpu_coherency_init() will read
GPU_COHERENCY_FEATURES to make sure the GPU supports the ACE-Lite
coherency protocol, which will fail if the clocks/power-domains are
not enabled when the read is done. Move the
panthor_gpu_coherency_init() call after the device has been resumed
to prevent that.
Changes in v2:
- Add Liviu's R-b
Changes in v3:
- Add Steve's R-b
Fixes: dd7db8d911a1 ("drm/panthor: Explicitly set the coherency mode")
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://lore.kernel.org/r/20250404080933.2912674-3-boris.brezillon@collabora.com
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/firmware/psci/psci.c')
0 files changed, 0 insertions, 0 deletions