Searched refs:amdgpu_vcn_decode_buffer (Results 1 – 4 of 4) sorted by relevance
705 struct amdgpu_vcn_decode_buffer *decode_buffer = NULL; in amdgpu_vcn_dec_sw_send_msg()731 ib_pack_in_dw = sizeof(struct amdgpu_vcn_decode_buffer) / sizeof(uint32_t) in amdgpu_vcn_dec_sw_send_msg()736 ib->ptr[ib->length_dw++] = sizeof(struct amdgpu_vcn_decode_buffer) + 8; in amdgpu_vcn_dec_sw_send_msg()738 decode_buffer = (struct amdgpu_vcn_decode_buffer *)&(ib->ptr[ib->length_dw]); in amdgpu_vcn_dec_sw_send_msg()739 ib->length_dw += sizeof(struct amdgpu_vcn_decode_buffer) / 4; in amdgpu_vcn_dec_sw_send_msg()740 memset(decode_buffer, 0, sizeof(struct amdgpu_vcn_decode_buffer)); in amdgpu_vcn_dec_sw_send_msg()
399 struct amdgpu_vcn_decode_buffer { struct
1479 struct amdgpu_vcn_decode_buffer *decode_buffer; in vcn_v4_0_5_ring_patch_cs_in_place()1496 decode_buffer = (struct amdgpu_vcn_decode_buffer *)&ib->ptr[idx + 6]; in vcn_v4_0_5_ring_patch_cs_in_place()
1816 struct amdgpu_vcn_decode_buffer *decode_buffer; in vcn_v4_0_ring_patch_cs_in_place()1833 decode_buffer = (struct amdgpu_vcn_decode_buffer *)&ib->ptr[idx + 6]; in vcn_v4_0_ring_patch_cs_in_place()