Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/ti-vpe/
Dvpe.c395 struct vpdma_buf sc_coeff_v; /* v coeff buffer */ member
858 sc_set_vs_coeffs(ctx->dev->sc, ctx->sc_coeff_v.addr, src_h, dst_h); in set_srcdst_params()
1133 if (sc->loaded_coeff_v != ctx->sc_coeff_v.dma_addr || in device_run()
1135 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_v); in device_run()
1137 &ctx->sc_coeff_v, SC_COEF_SRAM_SIZE >> 4); in device_run()
1139 sc->loaded_coeff_v = ctx->sc_coeff_v.dma_addr; in device_run()
1277 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v); in vpe_irq()
1977 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE); in vpe_open()
2051 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_open()