projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6e764b
)
drm/amdgpu: skip to load ta firmware for navi14
author
Xiaojie Yuan
<xiaojie.yuan@amd.com>
Fri, 15 Mar 2019 11:10:47 +0000
(19:10 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:00 +0000
(14:18 -0500)
Not relevant on navi14.
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
index
878221a
..
f6a22da
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
@@
-162,6
+162,7
@@
static int psp_v11_0_init_microcode(struct psp_context *psp)
}
break;
case CHIP_NAVI10:
+ case CHIP_NAVI14:
break;
default:
BUG();