]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/virtual_dce: drop error message in hw_init
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Aug 2019 13:47:34 +0000 (08:47 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Aug 2019 20:52:32 +0000 (15:52 -0500)
commite18d369b03e0d04c72da72a97b383f8e69a09615
tree6578f94de20f9c4e47a33aba586fa0fa6f4c2a68
parent3f927d5d2f57b63f4f7a7f744626095550131ab8
drm/amdgpu/virtual_dce: drop error message in hw_init

No need to add new asic cases.  This is a sw display
implementation, so just drop the error message so when
we add new asics, all we have to do is add the virtual
dce IP module.

Reviewed-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_virtual.c