diff options
| author | Leo Liu <[email protected]> | 2018-10-15 15:38:59 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-06-21 23:58:22 +0000 |
| commit | 1b61de45dfaff00b627e47349a019658e39268b9 (patch) | |
| tree | f90384c5e58dc01a4f27f6ab7819ff54d5d430f0 /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | |
| parent | drm/amdgpu: add JPEG2.0 decode ring ib test (diff) | |
| download | kernel-1b61de45dfaff00b627e47349a019658e39268b9.tar.gz kernel-1b61de45dfaff00b627e47349a019658e39268b9.zip | |
drm/amdgpu: add initial VCN2.0 support (v2)
VCN (Video Core Next) is the video encode/decode block.
Porting over the same functions from VCN1.0
v2: squash in updates (Alex)
Signed-off-by: Leo Liu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: James Zhu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h index cc94841f2f06..3f6349c6f33d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h @@ -75,6 +75,7 @@ enum engine_status_constants { UVD_STATUS__BUSY = 0x5, UVD_POWER_STATUS__UVD_POWER_STATUS_TILES_OFF = 0x1, UVD_STATUS__RBC_BUSY = 0x1, + UVD_PGFSM_STATUS_UVDJ_PWR_ON = 0, }; enum internal_dpg_state { |
