]> 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)
commit70b4512c533bebf7be8e23ac85666014117f4ca9
tree6578f94de20f9c4e47a33aba586fa0fa6f4c2a68
parent1f25d911d2d2de1e39e868eac197a10ff27e6b7b
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