diff options
| author | James Zhu <James.Zhu@amd.com> | 2022-05-24 11:56:44 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2023-06-09 09:41:27 -0400 |
| commit | b889ef4ac98837838c38f7b9f72bba2f33ee367d (patch) | |
| tree | 59a0d9fa54baf0335fc7127fa455f044ce045c78 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | e684e654eba9481a9f462a7bbf5c385b7d1c076e (diff) | |
drm/amdgpu/vcn: add vcn support for VCN4_0_3
Add vcn support for VCN4_0_3.
Signed-off-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Leo Liu <leo.liu@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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index fc20aee6694f..594e303084c5 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -183,6 +183,7 @@ amdgpu-y += \ vcn_v2_5.o \ vcn_v3_0.o \ vcn_v4_0.o \ + vcn_v4_0_3.o \ amdgpu_jpeg.o \ jpeg_v1_0.o \ jpeg_v2_0.o \ |
