Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_hevc.c86 if (hevc_dec->tile_filter.cpu) { in tile_buffer_reallocate()
88 hevc_dec->tile_filter.cpu, in tile_buffer_reallocate()
89 hevc_dec->tile_filter.dma); in tile_buffer_reallocate()
90 hevc_dec->tile_filter.cpu = NULL; in tile_buffer_reallocate()
111 if (!hevc_dec->tile_filter.cpu) in tile_buffer_reallocate()
143 if (hevc_dec->tile_filter.cpu) in tile_buffer_reallocate()
145 hevc_dec->tile_filter.cpu, in tile_buffer_reallocate()
146 hevc_dec->tile_filter.dma); in tile_buffer_reallocate()
227 if (hevc_dec->tile_filter.cpu) in hantro_hevc_dec_exit()
229 hevc_dec->tile_filter.cpu, in hantro_hevc_dec_exit()
[all …]
H A Dhantro_hw.h148 struct hantro_aux_buf tile_filter; member
H A Dhantro_g2_hevc_dec.c523 hantro_write_addr(vpu, G2_TILE_FILTER_ADDR, ctx->hevc_dec.tile_filter.dma); in set_buffers()