Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c415 struct vpdma_buf sc_coeff_h; /* h coeff buffer */ member
912 sc_set_hs_coeffs(ctx->dev->sc, ctx->sc_coeff_h.addr, src_w, dst_w); in set_srcdst_params()
1267 if (sc->loaded_coeff_h != ctx->sc_coeff_h.dma_addr || in device_run()
1269 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_h); in device_run()
1271 &ctx->sc_coeff_h, 0); in device_run()
1273 sc->loaded_coeff_h = ctx->sc_coeff_h.dma_addr; in device_run()
1428 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h); in vpe_irq()
2300 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_h, SC_COEF_SRAM_SIZE); in vpe_open()
2390 vpdma_free_desc_buf(&ctx->sc_coeff_h); in vpe_open()
2414 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h); in vpe_release()
[all …]