summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorKenneth Feng <kenneth.feng@amd.com>2023-06-20 15:07:25 +0800
committerAlex Deucher <alexander.deucher@amd.com>2024-05-02 16:18:11 -0400
commit32d1637689893971b65658a359d03ef4fa30e049 (patch)
tree4dfe11381a1aeb3dccdff22394286d85c49a6f9a /drivers/gpu/drm/amd/amdgpu/Makefile
parentaf204b76a7cab18a54c6fcf78b57c1dff7bbc0b5 (diff)
downloadlwn-32d1637689893971b65658a359d03ef4fa30e049.tar.gz
lwn-32d1637689893971b65658a359d03ef4fa30e049.zip
drm/amd/amdgpu: imu fw loading support
support imu related function for gfx v12. Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Signed-off-by: Likun Gao <Likun.Gao@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index a6b5cb32ddf9..099a47b3e049 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -168,7 +168,8 @@ amdgpu-y += \
gfx_v11_0.o \
gfx_v11_0_3.o \
imu_v11_0_3.o \
- gfx_v12_0.o
+ gfx_v12_0.o \
+ imu_v12_0.o
# add async DMA block
amdgpu-y += \