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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Oct 2024 13:43:34 +0000 (09:43 -0400)
commit66369db7fdd7d58d78673bf83d2b87ea623efb63
tree03306a733edec083e9121c7a98b5fdc1be1fad90
parent04bdba46542c953e26f3ba4ac84dd65fbb4e7382
drm/amd/display: disable SG displays on cyan skillfish

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>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c