]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/msm/adreno: drop bogus pm_runtime_set_active()
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 3 Mar 2023 16:48:06 +0000 (17:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:11:00 +0000 (23:11 +0900)
commit57b23dda032c301d29b84a23f4e3a8ac5d8e6376
treee09ca1fd29c99ef982fabd00e56ac58144a026a8
parent1de648ff1513a409df27d0c4811b17cb1cf0d103
drm/msm/adreno: drop bogus pm_runtime_set_active()

[ Upstream commit db7662d076c973072d788bd0e8130e04430307a1 ]

The runtime PM status can only be updated while runtime PM is disabled.

Drop the bogus pm_runtime_set_active() call that was made after enabling
runtime PM and which (incidentally but correctly) left the runtime PM
status set to 'suspended'.

Fixes: 2c087a336676 ("drm/msm/adreno: Load the firmware before bringing up the hardware")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/524972/
Link: https://lore.kernel.org/r/20230303164807.13124-4-johan+linaro@kernel.org
Signed-off-by: Rob Clark <robdclark@chromium.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/msm/adreno/adreno_device.c