Commit 28c17d72 authored by Leo Liu's avatar Leo Liu Committed by Alex Deucher

drm/amdgpu: add VCN2.5 basic supports

i.e. basic VCN IP SW structures

VCN is the video codec block on the GPU.
Signed-off-by: default avatarLeo Liu <leo.liu@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent cdbd115e
...@@ -145,7 +145,8 @@ amdgpu-y += \ ...@@ -145,7 +145,8 @@ amdgpu-y += \
amdgpu-y += \ amdgpu-y += \
amdgpu_vcn.o \ amdgpu_vcn.o \
vcn_v1_0.o \ vcn_v1_0.o \
vcn_v2_0.o vcn_v2_0.o \
vcn_v2_5.o
# add ATHUB block # add ATHUB block
amdgpu-y += \ amdgpu-y += \
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment