aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
diff options
context:
space:
mode:
authorZhigang Luo <[email protected]>2020-03-25 19:34:21 +0000
committerAlex Deucher <[email protected]>2020-03-25 20:58:40 +0000
commit728b3d0533a4c39ed36a33e36148544b2ec770be (patch)
treeb1ca0e08ed65d84cbb1a037eec83e86a37608d7f /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
parentdrm/amdgpu/sriov : Don't resume RLCG for SRIOV guest (diff)
downloadkernel-728b3d0533a4c39ed36a33e36148544b2ec770be.tar.gz
kernel-728b3d0533a4c39ed36a33e36148544b2ec770be.zip
Revert "drm/amdgpu: add CAP fw loading"
This reverts commit 29e2501f8a64fa2fa8f6fe4be53cce5a5a4fe79f. Signed-off-by: Zhigang Luo <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
index 88f226070229..b0e656409c03 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
@@ -283,8 +283,7 @@ union amdgpu_firmware_header {
* fw loading support
*/
enum AMDGPU_UCODE_ID {
- AMDGPU_UCODE_ID_CAP = 0, /* CAP must be the 1st fw to be loaded */
- AMDGPU_UCODE_ID_SDMA0,
+ AMDGPU_UCODE_ID_SDMA0 = 0,
AMDGPU_UCODE_ID_SDMA1,
AMDGPU_UCODE_ID_SDMA2,
AMDGPU_UCODE_ID_SDMA3,