]> 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)
commite360271fc97fc16bdc7e9c126b02d37bbc8045eb
treee7b98c7f43d6a7da4b8e7f1881311dbb8ffe55de
parent61ab51fa626f3dd761b30197ae2f8fb3a87a5e7d
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