diff options
| author | Leo Liu <leo.liu@amd.com> | 2019-04-15 12:21:42 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2019-07-18 14:18:04 -0500 |
| commit | 28c17d72072b7ce5cc13a527dcbfc045cc995e7d (patch) | |
| tree | a6055285f4ce75ea3645cf91583e3709aaa03725 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | cdbd115eaf1d17cff0d84c99e53774acba96eca7 (diff) | |
| download | talos-op-linux-28c17d72072b7ce5cc13a527dcbfc045cc995e7d.tar.gz talos-op-linux-28c17d72072b7ce5cc13a527dcbfc045cc995e7d.zip | |
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: Leo Liu <leo.liu@amd.com>
Reviewed-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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index dc22569e9732..7a1a78c7b329 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -145,7 +145,8 @@ amdgpu-y += \ amdgpu-y += \ amdgpu_vcn.o \ vcn_v1_0.o \ - vcn_v2_0.o + vcn_v2_0.o \ + vcn_v2_5.o # add ATHUB block amdgpu-y += \ |

