diff options
| author | Tim Huang <[email protected]> | 2024-05-15 08:27:06 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-07-02 22:06:13 +0000 |
| commit | f3e2a425c6b212d88d26c7d194e09508e520a5e8 (patch) | |
| tree | 3de24e6ae27169d7b294c33a4fe67484743b895e /drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c | |
| parent | drm/amdgpu: Add NBIO IP v7.11.3 support (diff) | |
| download | kernel-f3e2a425c6b212d88d26c7d194e09508e520a5e8.tar.gz kernel-f3e2a425c6b212d88d26c7d194e09508e520a5e8.zip | |
drm/amdgpu: add VPE IP v6.1.3 support
This patch is to add VPE 6.1.3 support.
Signed-off-by: Tim Huang <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c index bad232859972..5acd20ff5979 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c @@ -302,6 +302,7 @@ static int vpe_early_init(void *handle) switch (amdgpu_ip_version(adev, VPE_HWIP, 0)) { case IP_VERSION(6, 1, 0): + case IP_VERSION(6, 1, 3): vpe_v6_1_set_funcs(vpe); break; case IP_VERSION(6, 1, 1): |
