]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: disable SG displays on cyan skillfish
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 4 Oct 2024 13:34:24 +0000 (09:34 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 19:03:44 +0000 (20:03 +0100)
commit61fda5faad77df569ab847c4c8a5dddb4bd3991e
treeee78ccc08a942903b8736d5d5a3ee137d4c3888a
parentb33f6e83921f1a7fa547758e291260049f92b65d
drm/amd/display: disable SG displays on cyan skillfish

[ Upstream commit 66369db7fdd7d58d78673bf83d2b87ea623efb63 ]

These parts were mainly for compute workloads, but they have
a display that was available for the console.  These chips
should support SG display, but I don't know that the support
was ever validated on Linux so disable it by default. It can
still be enabled by setting sg_display=1 for those that
want to play with it.  These systems also generally had large
carve outs so SG display was less of a factor.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3356
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c