]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: report DC not supported if virtual display is enabled (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Aug 2020 00:17:30 +0000 (20:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 26 Aug 2020 20:40:19 +0000 (16:40 -0400)
commitc230f6aadb8e8b606ecf4cc32b9f96a6188974f7
tree355b187d70c822d212e1664bff30c30021294f82
parent83a985b2352f1fa9f34d295d7c8aaa789f3e721d
drm/amdgpu: report DC not supported if virtual display is enabled (v2)

Virtual display is non-atomic so report false to avoid checking
atomic state and other atomic things at runtime.

v2: squash into the sr-iov check

Acked-by: Nirmoy Das <nirmoy.das@amd.com>
Acked-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c