Home
last modified time | relevance | path

Searched refs:amdgpu_vcn_decode_buffer (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vcn.c703 struct amdgpu_vcn_decode_buffer *decode_buffer = NULL; in amdgpu_vcn_dec_sw_send_msg()
728 ib_pack_in_dw = sizeof(struct amdgpu_vcn_decode_buffer) / sizeof(uint32_t) in amdgpu_vcn_dec_sw_send_msg()
733 ib->ptr[ib->length_dw++] = sizeof(struct amdgpu_vcn_decode_buffer) + 8; in amdgpu_vcn_dec_sw_send_msg()
735 decode_buffer = (struct amdgpu_vcn_decode_buffer *)&(ib->ptr[ib->length_dw]); in amdgpu_vcn_dec_sw_send_msg()
736 ib->length_dw += sizeof(struct amdgpu_vcn_decode_buffer) / 4; in amdgpu_vcn_dec_sw_send_msg()
737 memset(decode_buffer, 0, sizeof(struct amdgpu_vcn_decode_buffer)); in amdgpu_vcn_dec_sw_send_msg()
H A Damdgpu_vcn.h375 struct amdgpu_vcn_decode_buffer { struct
H A Dvcn_v4_0.c1773 struct amdgpu_vcn_decode_buffer *decode_buffer; in vcn_v4_0_ring_patch_cs_in_place()
1790 decode_buffer = (struct amdgpu_vcn_decode_buffer *)&ib->ptr[idx + 6]; in vcn_v4_0_ring_patch_cs_in_place()