Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_hevc.c226 if (hevc_dec->scaling_lists.cpu) in hantro_hevc_dec_exit()
227 dma_free_coherent(vpu->dev, hevc_dec->scaling_lists.size, in hantro_hevc_dec_exit()
228 hevc_dec->scaling_lists.cpu, in hantro_hevc_dec_exit()
229 hevc_dec->scaling_lists.dma); in hantro_hevc_dec_exit()
230 hevc_dec->scaling_lists.cpu = NULL; in hantro_hevc_dec_exit()
273 hevc_dec->scaling_lists.cpu = dma_alloc_coherent(vpu->dev, SCALING_LIST_SIZE, in hantro_hevc_dec_init()
274 &hevc_dec->scaling_lists.dma, in hantro_hevc_dec_init()
276 if (!hevc_dec->scaling_lists.cpu) in hantro_hevc_dec_init()
279 hevc_dec->scaling_lists.size = SCALING_LIST_SIZE; in hantro_hevc_dec_init()
Dhantro_hw.h147 struct hantro_aux_buf scaling_lists; member
Dhantro_g2_hevc_dec.c501 u8 *p = ((u8 *)ctx->hevc_dec.scaling_lists.cpu); in prepare_scaling_list_buffer()
542 hantro_write_addr(vpu, G2_HEVC_SCALING_LIST_ADDR, ctx->hevc_dec.scaling_lists.dma); in prepare_scaling_list_buffer()