]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe/display: Remove hpd cancel work sync from runtime pm path
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 12 Feb 2025 19:24:47 +0000 (14:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2025 09:13:24 +0000 (11:13 +0200)
commit62c26a7d2ce4c1e015a86e23346f464f064bd7d2
tree0883d8d70694666bb0de47ead91a6b6b380213f2
parent395a89487e3e112affe55725bad862369770c211
drm/xe/display: Remove hpd cancel work sync from runtime pm path

[ Upstream commit 1ed591582b7b894d2f7e7ab5cef2e9b0b6fef12b ]

This function will synchronously cancel and wait for many display
work queue items, which might try to take the runtime pm reference
causing a bad deadlock. So, remove it from the runtime_pm suspend patch.

Reported-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250212192447.402715-1-rodrigo.vivi@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/xe/display/xe_display.c