Skip to content

Commit 9734a75

Browse files
committed
Revert "drm/amd/display: disable S/G display on DCN 3.1.2/3"
This reverts commit f081cd4. Some users have reported flickerng with S/G display. We've tried extensively to reproduce and debug the issue on a wide variety of platform configurations (DRAM bandwidth, etc.) and a variety of monitors, but so far have not been able to. We disabled S/G display on a number of platforms to address this but that leads to failure to pin framebuffers errors and blank displays when there is memory pressure or no displays at all on systems with limited carveout (e.g., Chromebooks). We have a parameter to disable this as a debugging option as a way for users to disable this, depending on their use case, and for us to help debug this further. Having this enabled seems like the lesser of to evils. Reviewed-by: Harry Wentland <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 4693e85 commit 9734a75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,8 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
15141514
init_data.flags.gpu_vm_support = true;
15151515
break;
15161516
case IP_VERSION(3, 0, 1):
1517+
case IP_VERSION(3, 1, 2):
1518+
case IP_VERSION(3, 1, 3):
15171519
case IP_VERSION(3, 1, 4):
15181520
case IP_VERSION(3, 1, 6):
15191521
init_data.flags.gpu_vm_support = true;

0 commit comments

Comments
 (0)