projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26776a7
)
drm/amdgpu: enable imu firmware for GC 11.0.1
author
Huang Rui
<ray.huang@amd.com>
Sat, 16 Apr 2022 06:33:58 +0000
(14:33 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 6 May 2022 14:36:15 +0000
(10:36 -0400)
The GC 11.0.1 needs load IMU to power up the GFX before loads GFX
firmware.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Tim Huang <Tim.Huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/imu_v11_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/imu_v11_0.c
b/drivers/gpu/drm/amd/amdgpu/imu_v11_0.c
index
b1964cc
..
5d2dfef
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/imu_v11_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/imu_v11_0.c
@@
-29,6
+29,7
@@
#include "gc/gc_11_0_0_sh_mask.h"
MODULE_FIRMWARE("amdgpu/gc_11_0_0_imu.bin");
+MODULE_FIRMWARE("amdgpu/gc_11_0_1_imu.bin");
MODULE_FIRMWARE("amdgpu/gc_11_0_2_imu.bin");
static int imu_v11_0_init_microcode(struct amdgpu_device *adev)