diff options
| author | Li Ma <[email protected]> | 2023-01-20 07:38:33 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-01-24 17:24:24 +0000 |
| commit | 96a5dec18e714a88c8e4c67b495b02ea81aa9a8d (patch) | |
| tree | 2904474ee46915adca73ac21d255ea7537c9bab3 /drivers/gpu/drm/amd/amdgpu/imu_v11_0.c | |
| parent | drm/amd/pm: add missing AllowIHInterrupt message mapping for SMU13.0.0 (diff) | |
| download | kernel-96a5dec18e714a88c8e4c67b495b02ea81aa9a8d.tar.gz kernel-96a5dec18e714a88c8e4c67b495b02ea81aa9a8d.zip | |
drm/amdgpu: enable imu firmware for GC 11.0.4
The GC 11.0.4 needs load IMU to power up GFX before loads GFX firmware.
Signed-off-by: Li Ma <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/imu_v11_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/imu_v11_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/imu_v11_0.c b/drivers/gpu/drm/amd/amdgpu/imu_v11_0.c index ed0d368149aa..4ab90c7852c3 100644 --- a/drivers/gpu/drm/amd/amdgpu/imu_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/imu_v11_0.c @@ -35,6 +35,7 @@ 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"); MODULE_FIRMWARE("amdgpu/gc_11_0_3_imu.bin"); +MODULE_FIRMWARE("amdgpu/gc_11_0_4_imu.bin"); static int imu_v11_0_init_microcode(struct amdgpu_device *adev) { |
