Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_vp8.c148 struct hantro_aux_buf *aux_buf; in hantro_vp8_dec_init() local
162 aux_buf = &ctx->vp8_dec.segment_map; in hantro_vp8_dec_init()
163 aux_buf->size = segment_map_size; in hantro_vp8_dec_init()
164 aux_buf->cpu = dma_alloc_coherent(vpu->dev, aux_buf->size, in hantro_vp8_dec_init()
165 &aux_buf->dma, GFP_KERNEL); in hantro_vp8_dec_init()
166 if (!aux_buf->cpu) in hantro_vp8_dec_init()
173 aux_buf = &ctx->vp8_dec.prob_tbl; in hantro_vp8_dec_init()
174 aux_buf->size = sizeof(struct vp8_prob_tbl_packed); in hantro_vp8_dec_init()
175 aux_buf->cpu = dma_alloc_coherent(vpu->dev, aux_buf->size, in hantro_vp8_dec_init()
176 &aux_buf->dma, GFP_KERNEL); in hantro_vp8_dec_init()
[all …]