projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be3a340
)
drm/amdgpu: init SDMA v6 microcode with PSP load type
author
Likun Gao
<Likun.Gao@amd.com>
Mon, 11 Apr 2022 21:37:21 +0000
(17:37 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 4 May 2022 14:43:53 +0000
(10:43 -0400)
Update to use new SDMA UCODE ID when init sdma microcode for sdma6
with psp front door load type.
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
index 273432b75fdacc65874cd9bcc9bfa8c6f5871a59..4042aa268dd69e4daee24099446a98e71ea0866c 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
@@
-386,6
+386,8
@@
enum AMDGPU_UCODE_ID {
AMDGPU_UCODE_ID_SDMA5,
AMDGPU_UCODE_ID_SDMA6,
AMDGPU_UCODE_ID_SDMA7,
+ AMDGPU_UCODE_ID_SDMA_UCODE_TH0,
+ AMDGPU_UCODE_ID_SDMA_UCODE_TH1,
AMDGPU_UCODE_ID_CP_CE,
AMDGPU_UCODE_ID_CP_PFP,
AMDGPU_UCODE_ID_CP_ME,