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)
commit53fd9b5ae87893540bbcd81a69ad809a13db5b89
tree6578f94de20f9c4e47a33aba586fa0fa6f4c2a68
parent77efe48a729588527afb4d5811b9e0acb29f5e51
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