diff options
| author | Saleemkhan Jamadar <[email protected]> | 2023-07-13 05:16:32 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-07-18 15:06:54 +0000 |
| commit | 33e88286d615d9fa0396f69885a6552ed3302d1e (patch) | |
| tree | 0b91d01c69e21a0a139b4dc7001bb11277a1f1d7 /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | |
| parent | Revert "drm/amdgpu: update kernel vcn ring test" (diff) | |
| download | kernel-33e88286d615d9fa0396f69885a6552ed3302d1e.tar.gz kernel-33e88286d615d9fa0396f69885a6552ed3302d1e.zip | |
Revert "drm/amdgpu:update kernel vcn ring test"
VCN FW depncencies revert it to unblock others
This reverts commit f3fa86f5c778e258cd5c01bb420d4639bb393bd0.
Signed-off-by: Saleemkhan Jamadar <[email protected]>
Acked-by: Veerabadhran Gopalakrishnan <[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 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h index ba5fefd74197..1f1d7dc94f90 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h @@ -171,7 +171,6 @@ #define AMDGPU_VCN_IB_FLAG_DECODE_BUFFER 0x00000001 #define AMDGPU_VCN_CMD_FLAG_MSG_BUFFER 0x00000001 -#define AMDGPU_VCN_CMD_FLAG_SESSION_CONTEXT_BUFFER 0x00100000 #define VCN_CODEC_DISABLE_MASK_AV1 (1 << 0) #define VCN_CODEC_DISABLE_MASK_VP9 (1 << 1) @@ -367,9 +366,7 @@ struct amdgpu_vcn_decode_buffer { uint32_t valid_buf_flag; uint32_t msg_buffer_address_hi; uint32_t msg_buffer_address_lo; - uint32_t session_context_buffer_address_hi; - uint32_t session_context_buffer_address_lo; - uint32_t pad[28]; + uint32_t pad[30]; }; #define VCN_BLOCK_ENCODE_DISABLE_MASK 0x80 |
