Searched refs:sc_coeff_h (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | vpe.c | 415 struct vpdma_buf sc_coeff_h; /* h coeff buffer */ member 916 sc_set_hs_coeffs(ctx->dev->sc, ctx->sc_coeff_h.addr, src_w, dst_w); in set_srcdst_params() 1271 if (sc->loaded_coeff_h != ctx->sc_coeff_h.dma_addr || in device_run() 1273 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_h); in device_run() 1275 &ctx->sc_coeff_h, 0); in device_run() 1277 sc->loaded_coeff_h = ctx->sc_coeff_h.dma_addr; in device_run() 1432 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h); in vpe_irq() 2295 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_h, SC_COEF_SRAM_SIZE); in vpe_open() 2384 vpdma_free_desc_buf(&ctx->sc_coeff_h); in vpe_open() 2408 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h); in vpe_release() [all …]
|
| H A D | vip.c | 2253 sc_set_hs_coeffs(sc, port->sc_coeff_h.addr, in vip_setup_scaler() 2298 if (sc->loaded_coeff_h != port->sc_coeff_h.dma_addr || in vip_setup_scaler() 2300 vpdma_map_desc_buf(vpdma, &port->sc_coeff_h); in vip_setup_scaler() 2303 &port->sc_coeff_h, 0); in vip_setup_scaler() 2305 sc->loaded_coeff_h = port->sc_coeff_h.dma_addr; in vip_setup_scaler() 2332 vpdma_unmap_desc_buf(dev->shared->vpdma, &port->sc_coeff_h); in vip_setup_scaler() 2626 ret = vpdma_alloc_desc_buf(&port->sc_coeff_h, SC_COEF_SRAM_SIZE); in vip_init_port() 2648 vpdma_free_desc_buf(&port->sc_coeff_h); in vip_init_port() 2914 vpdma_free_desc_buf(&port->sc_coeff_h); in vip_release_port()
|