Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_hevc.c93 if (hevc_dec->tile_sao.cpu) { in tile_buffer_reallocate()
95 hevc_dec->tile_sao.cpu, in tile_buffer_reallocate()
96 hevc_dec->tile_sao.dma); in tile_buffer_reallocate()
119 if (!hevc_dec->tile_sao.cpu) in tile_buffer_reallocate()
136 if (hevc_dec->tile_sao.cpu) in tile_buffer_reallocate()
138 hevc_dec->tile_sao.cpu, in tile_buffer_reallocate()
139 hevc_dec->tile_sao.dma); in tile_buffer_reallocate()
140 hevc_dec->tile_sao.cpu = NULL; in tile_buffer_reallocate()
233 if (hevc_dec->tile_sao.cpu) in hantro_hevc_dec_exit()
235 hevc_dec->tile_sao.cpu, in hantro_hevc_dec_exit()
[all …]
H A Dhantro_hw.h149 struct hantro_aux_buf tile_sao; member
H A Dhantro_g2_hevc_dec.c524 hantro_write_addr(vpu, G2_TILE_SAO_ADDR, ctx->hevc_dec.tile_sao.dma); in set_buffers()