Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/ti-vpe/
Dvpe.c403 struct vpdma_buf sc_coeff_v; /* v coeff buffer */ member
894 sc_set_vs_coeffs(ctx->dev->sc, ctx->sc_coeff_v.addr, src_h, dst_h); in set_srcdst_params()
1235 if (sc->loaded_coeff_v != ctx->sc_coeff_v.dma_addr || in device_run()
1237 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_v); in device_run()
1239 &ctx->sc_coeff_v, SC_COEF_SRAM_SIZE >> 4); in device_run()
1241 sc->loaded_coeff_v = ctx->sc_coeff_v.dma_addr; in device_run()
1387 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v); in vpe_irq()
2257 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE); in vpe_open()
2332 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_open()
2358 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_release()