Searched refs:tile_sizes (Results 1 – 3 of 3) sorted by relevance
281 if (hevc_dec->tile_sizes.cpu) in hantro_hevc_dec_exit()282 dma_free_coherent(vpu->dev, hevc_dec->tile_sizes.size, in hantro_hevc_dec_exit()283 hevc_dec->tile_sizes.cpu, in hantro_hevc_dec_exit()284 hevc_dec->tile_sizes.dma); in hantro_hevc_dec_exit()285 hevc_dec->tile_sizes.cpu = NULL; in hantro_hevc_dec_exit()322 hevc_dec->tile_sizes.cpu = dma_alloc_coherent(vpu->dev, size, in hantro_hevc_dec_init()323 &hevc_dec->tile_sizes.dma, in hantro_hevc_dec_init()325 if (!hevc_dec->tile_sizes.cpu) in hantro_hevc_dec_init()328 hevc_dec->tile_sizes.size = size; in hantro_hevc_dec_init()
133 struct hantro_aux_buf tile_sizes; member
31 u16 *p = (u16 *)((u8 *)ctx->hevc_dec.tile_sizes.cpu); in prepare_tile_info_buffer()495 hantro_write_addr(vpu, G2_ADDR_TILE_SIZE, ctx->hevc_dec.tile_sizes.dma); in set_buffers()