drm/amd/display: "Enable IPS by default"
authorRoman Li <Roman.Li@amd.com>
Tue, 23 Jan 2024 20:18:24 +0000 (15:18 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 25 Jan 2024 21:00:24 +0000 (16:00 -0500)
commitc82eb25c5f005b33aebb1415a8472fc2eeea0deb
tree4725c191cd5fcf4b9e7669870a8630c619dbdbe4
parentd45669eb5e68c052d0d890cd88c33a65c115d9f3
drm/amd/display: "Enable IPS by default"

[Why]
IPS was temporary disabled due to instability.
It was fixed in dmub firmware and with:
- "drm/amd/display: Add IPS checks before dcn register access"
- "drm/amd/display: Disable ips before dc interrupt setting"

[How]
Enable IPS by default.
Disable IPS if 0x800 bit set in amdgpu.dcdebugmask module params

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.c