OSDN Git Service

drm/amdgpu: Remove wrong fw loading type warning
authorRex Zhu <Rex.Zhu@amd.com>
Wed, 10 Oct 2018 13:04:14 +0000 (21:04 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Oct 2018 19:49:27 +0000 (14:49 -0500)
commitb19caa17b5a728845832353337510fcb3cccddf6
treee7b98c7f43d6a7da4b8e7f1881311dbb8ffe55de
parent7a3e0bb2a57428456948614d8fe94930832903b6
drm/amdgpu: Remove wrong fw loading type warning

Remove the warning message:
"-1 is not supported on VI"
the -1 is the default fw load type, mean auto.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c