Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c416 struct vpdma_buf sc_coeff_v; /* v coeff buffer */ member
913 sc_set_vs_coeffs(ctx->dev->sc, ctx->sc_coeff_v.addr, src_h, dst_h); in set_srcdst_params()
1277 if (sc->loaded_coeff_v != ctx->sc_coeff_v.dma_addr || in device_run()
1279 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_v); in device_run()
1281 &ctx->sc_coeff_v, SC_COEF_SRAM_SIZE >> 4); in device_run()
1283 sc->loaded_coeff_v = ctx->sc_coeff_v.dma_addr; in device_run()
1429 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v); in vpe_irq()
2304 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE); in vpe_open()
2388 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_open()
2415 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v); in vpe_release()
[all …]