diff options
| author | Huang Rui <[email protected]> | 2022-04-16 06:33:58 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-06 14:36:15 +0000 |
| commit | 7319c14fb0582bafe80e89c128404f36403c962a (patch) | |
| tree | 307f8858c4fd9a9185fe73699f418d18ef15aabc /drivers/gpu/drm/amd/amdgpu/imu_v11_0.c | |
| parent | drm/amdkfd: add GC 11.0.1 KFD support (diff) | |
| download | kernel-7319c14fb0582bafe80e89c128404f36403c962a.tar.gz kernel-7319c14fb0582bafe80e89c128404f36403c962a.zip | |
drm/amdgpu: enable imu firmware for GC 11.0.1
The GC 11.0.1 needs load IMU to power up the GFX before loads GFX
firmware.
Signed-off-by: Huang Rui <[email protected]>
Reviewed-by: Tim Huang <[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 b1964cc26aee..5d2dfeff8fe5 100644 --- 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) |
