projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675fd32
)
drm/amdgpu: skip VEGAM MC firmware load
author
Leo Liu
<leo.liu@amd.com>
Thu, 16 Nov 2017 18:15:12 +0000
(13:15 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 15 May 2018 18:43:55 +0000
(13:43 -0500)
Directly loaded by VBIOS
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
b/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
index 4d970daa65f4641646e0243ed8bcf61a58335785..97fcca805d48ce9b018bb9fcc5816c1211a1b4b6 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
@@
-231,6
+231,7
@@
static int gmc_v8_0_init_microcode(struct amdgpu_device *adev)
case CHIP_FIJI:
case CHIP_CARRIZO:
case CHIP_STONEY:
+ case CHIP_VEGAM:
return 0;
default: BUG();
}