]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfba323dd6258205f49a78f2661b56c7a5b752662
treedea46b3672115940e7842498d2fd433083d83df5
parente6e2b9327b268c63a100ecb1709ad95927bcf994
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