diff options
| author | Flora Cui <[email protected]> | 2022-04-02 07:31:37 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-05 20:52:42 +0000 |
| commit | 621e87875c448b23e66fe1f8549f3aef326dab8e (patch) | |
| tree | 5a48ee34a9d8a75e55507c154fd598e1925fac4d /drivers/gpu/drm/amd/amdgpu | |
| parent | drm/amdgpu/discovery: add mes11 support for GC 11.0.2 (diff) | |
| download | kernel-621e87875c448b23e66fe1f8549f3aef326dab8e.tar.gz kernel-621e87875c448b23e66fe1f8549f3aef326dab8e.zip | |
drm/amdgpu: add gc v11_0_2 imu firmware
add gc v11_0_2 imu firmware
Signed-off-by: Flora Cui <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
| -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 81952a6767d0..d73d271ef81f 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_2_imu.bin"); static int imu_v11_0_init_microcode(struct amdgpu_device *adev) { |
