]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd7a3cbc9bdc49822f0f410a1146fc827fb823a8a
treee7b98c7f43d6a7da4b8e7f1881311dbb8ffe55de
parent47dfc2cd558fd10a5b2082421d5473f984d052c7
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