drm/amd/display: Disable ips before dc interrupt setting
authorRoman Li <Roman.Li@amd.com>
Mon, 22 Jan 2024 22:45:41 +0000 (17:45 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 25 Jan 2024 21:00:24 +0000 (16:00 -0500)
commit8894b9283afd35b8d22ae07a0c118eb5f7d2e78b
treec7afeda019116d3f41eb57a1b9529ae46f9967c7
parentf37f7979202d45489d84469838f5352cda3557bc
drm/amd/display: Disable ips before dc interrupt setting

[Why]
While in IPS2 an access to dcn registers is not allowed.
If interrupt results in dc call, we should disable IPS.

[How]
Safeguard register access in IPS2 by disabling idle optimization
before calling dc interrupt setting api.

Signed-off-by: Roman Li <Roman.Li@amd.com>
Tested-by: Mark Broadworth <mark.broadworth@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c