diff options
| author | Aaron Liu <[email protected]> | 2023-05-25 05:22:42 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-08-30 19:00:54 +0000 |
| commit | d717da1775ca2b4329ac1daf8790f743fe2f935b (patch) | |
| tree | 4d1c711bdeca1403381ef7b71424e2a0b3a9e506 /drivers/gpu/drm/amd/amdgpu/imu_v11_0.c | |
| parent | drm/amdkfd: add KFD support for GC 11.5.0 (diff) | |
| download | kernel-d717da1775ca2b4329ac1daf8790f743fe2f935b.tar.gz kernel-d717da1775ca2b4329ac1daf8790f743fe2f935b.zip | |
drm/amdgpu: add imu firmware support for gc_11_5_0
Add imu firmware support for gc_11_5_0.
Signed-off-by: Aaron Liu <[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 4ab90c7852c3..8f954c737c48 100644 --- a/drivers/gpu/drm/amd/amdgpu/imu_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/imu_v11_0.c @@ -36,6 +36,7 @@ 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"); +MODULE_FIRMWARE("amdgpu/gc_11_5_0_imu.bin"); static int imu_v11_0_init_microcode(struct amdgpu_device *adev) { |
