summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorJames Zhu <James.Zhu@amd.com>2022-05-03 12:18:49 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-05-06 16:57:36 -0400
commit60a2e9eecf1676e3d59f050e5c9688830d7425cc (patch)
tree0b8234ce14955cd2140c70ec169256072914bd00 /drivers/gpu/drm/amd/amdgpu/Makefile
parente02fe3bc7aba2f7b292c6005b8334fffd4ac5e5f (diff)
downloadlinux-60a2e9eecf1676e3d59f050e5c9688830d7425cc.tar.gz
linux-60a2e9eecf1676e3d59f050e5c9688830d7425cc.tar.bz2
linux-60a2e9eecf1676e3d59f050e5c9688830d7425cc.zip
drm/amdgpu/vcn: add common vcn sofware ring decode
Add common vcn sofware ring decode. v2: fixed compiling error Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Christian Koenig <Christian.Koenig@amd.com> Acked-by: Alex Deucher <alexander.deucher@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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index de7abc7c371f..fdc2b2e84945 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -167,6 +167,7 @@ amdgpu-y += \
# add VCN and JPEG block
amdgpu-y += \
amdgpu_vcn.o \
+ vcn_sw_ring.o \
vcn_v1_0.o \
vcn_v2_0.o \
vcn_v2_5.o \