Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_hevc.c100 if (hevc_dec->tile_bsd.cpu) { in tile_buffer_reallocate()
102 hevc_dec->tile_bsd.cpu, in tile_buffer_reallocate()
103 hevc_dec->tile_bsd.dma); in tile_buffer_reallocate()
104 hevc_dec->tile_bsd.cpu = NULL; in tile_buffer_reallocate()
125 &hevc_dec->tile_bsd.dma, in tile_buffer_reallocate()
127 if (!hevc_dec->tile_bsd.cpu) in tile_buffer_reallocate()
129 hevc_dec->tile_bsd.size = size; in tile_buffer_reallocate()
239 if (hevc_dec->tile_bsd.cpu) in hantro_hevc_dec_exit()
241 hevc_dec->tile_bsd.cpu, in hantro_hevc_dec_exit()
242 hevc_dec->tile_bsd.dma); in hantro_hevc_dec_exit()
[all …]
H A Dhantro_hw.h150 struct hantro_aux_buf tile_bsd; member
H A Dhantro_g2_hevc_dec.c525 hantro_write_addr(vpu, G2_TILE_BSD_ADDR, ctx->hevc_dec.tile_bsd.dma); in set_buffers()