Searched refs:tile_buf (Results 1 – 2 of 2) sorted by relevance
354 if (av1_dec->tile_buf.cpu) in rockchip_vpu981_av1_dec_exit()355 dma_free_coherent(vpu->dev, av1_dec->tile_buf.size, in rockchip_vpu981_av1_dec_exit()356 av1_dec->tile_buf.cpu, av1_dec->tile_buf.dma); in rockchip_vpu981_av1_dec_exit()357 av1_dec->tile_buf.cpu = NULL; in rockchip_vpu981_av1_dec_exit()411 av1_dec->tile_buf.cpu = dma_alloc_coherent(vpu->dev, in rockchip_vpu981_av1_dec_init()413 &av1_dec->tile_buf.dma, in rockchip_vpu981_av1_dec_init()415 if (!av1_dec->tile_buf.cpu) in rockchip_vpu981_av1_dec_init()417 av1_dec->tile_buf.size = AV1_TILE_SIZE; in rockchip_vpu981_av1_dec_init()2044 hantro_write_addr(vpu, AV1_MC_SYNC_CURR, av1_dec->tile_buf.dma); in rockchip_vpu981_av1_dec_set_parameters()2045 hantro_write_addr(vpu, AV1_MC_SYNC_LEFT, av1_dec->tile_buf.dma); in rockchip_vpu981_av1_dec_set_parameters()
320 struct hantro_aux_buf tile_buf; member