diff options
| author | Caden Chien <chih-wei.chien@amd.com> | 2026-04-21 18:02:34 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-05-11 16:15:55 -0400 |
| commit | ab18f6d9f65ae105f3931e196d952083d947554f (patch) | |
| tree | 53f07dd84ec4c505307a1c7090f320a4900ff494 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | dad6fe3f7c4e6af5875e8d0710afff2b4a0f2c6a (diff) | |
| download | linux-next-ab18f6d9f65ae105f3931e196d952083d947554f.tar.gz linux-next-ab18f6d9f65ae105f3931e196d952083d947554f.zip | |
drm/amdgpu/vpe: add vpe v2.0.0 support
This patch adds support for vpe v2.0.0 with new structs and ip functions
Acked-by: Roy Chan <Roy.Chan@amd.com>
Signed-off-by: Caden Chien <chih-wei.chien@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 154a60e22c70..ee3574797bc2 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -234,7 +234,8 @@ amdgpu-y += \ # add VPE block amdgpu-y += \ amdgpu_vpe.o \ - vpe_v6_1.o + vpe_v6_1.o \ + vpe_v2_0.o # add UMSCH block amdgpu-y += \ |
