drm/amdgpu: no DC support for headless chips
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Dec 2021 19:13:02 +0000 (14:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Dec 2021 13:54:45 +0000 (08:54 -0500)
commit0637d41786a3a9551f33ad8e15bdb40416362028
tree270db9ae9002d54071eaaea65c520b1f5bf769fe
parentf28cad86ada1a7345d7bbd379bef5a8babfa791b
drm/amdgpu: no DC support for headless chips

Chips with no display hardware should return false for
DC support.

v2: drop Arcturus and Aldebaran

Fixes: f7f12b25823c0d ("drm/amdgpu: default to true in amdgpu_device_asic_has_dc_support")
Reviewed-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Reported-by: Tareque Md.Hanif <tarequemd.hanif@yahoo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c