Searched refs:internal_frames (Results 1 – 2 of 2) sorted by relevance
326 coda_free_aux_buf(ctx->dev, &ctx->internal_frames[i]); in coda_free_framebuffers()359 ret = coda_alloc_context_buf(ctx, &ctx->internal_frames[i], in coda_alloc_framebuffers()370 paddr = ctx->internal_frames[i].paddr; in coda_alloc_framebuffers()380 ctx->internal_frames[i].paddr + in coda_alloc_framebuffers()387 coda_parabuf_write(ctx, 97, ctx->internal_frames[i].paddr + in coda_alloc_framebuffers()1040 coda_write(dev, ctx->internal_frames[2].paddr, in coda_start_encoding()1042 coda_write(dev, ctx->internal_frames[3].paddr, in coda_start_encoding()
225 struct coda_aux_buf internal_frames[CODA_MAX_FRAMEBUFFERS]; member