drm/amd/display: Enable idle workqueue for more IPS modes
authorLeo Li <sunpeng.li@amd.com>
Wed, 11 Sep 2024 21:27:08 +0000 (17:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Oct 2024 21:34:12 +0000 (17:34 -0400)
commit181db30bcfed097ecc680539b1eabe935c11f57f
treef99416f0da54ca0aa4fcf94a1fdb0ebcf734aef1
parent82f8b2cfd7db83924ff9515273f4781fa53648ab
drm/amd/display: Enable idle workqueue for more IPS modes

[Why]

There are more IPS modes other than DMUB_IPS_ENABLE that enables IPS. We
need to enable the hotplug detect idle workqueue for those modes as
well.

[How]

Modify the if condition to initialize the workqueue in all IPS modes
except for DMUB_IPS_DISABLE_ALL.

Fixes: 65444581a4ae ("drm/amd/display: Determine IPS mode by ASIC and PMFW versions")
Signed-off-by: Leo Li <sunpeng.li@amd.com>
Reviewed-by: Roman Li <roman.li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c