Searched refs:sc_coeff_v (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpe.c | 416 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() 2306 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE); in vpe_open() 2390 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_open() 2417 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v); in vpe_release() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpe.c | 416 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...] |
Completed in 7 milliseconds