drm/amdgpu: prevent spurious warning
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Oct 2020 13:10:24 +0000 (09:10 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Oct 2020 19:14:10 +0000 (15:14 -0400)
commit9142c4131a701bbb7de6262eccca1a48ace835c4
tree7e0283d10c008de5a119614ffd3675a64a549d0f
parent305a81bfbd89a45711cdc1c16a602b3b7c4f017f
drm/amdgpu: prevent spurious warning

The default auto setting for kcq should not generate
a warning.

Fixes: a300de40f66b ("drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)")
Reviewed-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c