drm/amdgpu: Remove FW_LOAD_DIRECT type support on VI
authorRex Zhu <Rex.Zhu@amd.com>
Sat, 29 Sep 2018 12:09:00 +0000 (20:09 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Oct 2018 22:07:49 +0000 (17:07 -0500)
commit9b008fb7ede3ad293647e4ebdc8e0419c07e8aba
treedea46b3672115940e7842498d2fd433083d83df5
parent825da4d925984de6e1497c2d5e1cbc7b6bbcf07b
drm/amdgpu: Remove FW_LOAD_DIRECT type support on VI

AMDGPU_FW_LOAD_DIRECT is used for bring up.
Now it don't work any more. so remove the support.

v2: Add warning message if user select
   AMDGPU_FW_LOAD_DIRECT/AMDGPU_FW_LOAD_PSP on VI.

Reviewed-by: Evan Quan <evan.quan@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
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c