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 19:58:03 +0000 (14:58 -0500)
commit1630c6ded587d53e04d78d2c51ea86478f65b729
tree723dfb3d38104abab2cce79764714cbceffcc4ca
parent85155f5b55b525946779a1c10c95cb8dbd2873a5
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