Re: [PATCH] drm/amdgpu/virtual_dce: drop error message in hw_init

2019-08-28 Thread Yuan, Xiaojie
Reviewed-by: Xiaojie Yuan BR, Xiaojie > On Aug 28, 2019, at 9:56 PM, Alex Deucher wrote: > > 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. > > Signed-off-b

[PATCH] drm/amdgpu/virtual_dce: drop error message in hw_init

2019-08-28 Thread Alex Deucher
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. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 11 +-- 1 file changed, 1 insertion