Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/omap/
Domap_vout_vrfb.c105 if (omap_vrfb_request_ctx(&vout->vrfb_context[i])) { in omap_vout_setup_vrfb_bufs()
108 omap_vrfb_release_ctx(&vout->vrfb_context[j]); in omap_vout_setup_vrfb_bufs()
158 omap_vrfb_release_ctx(&vout->vrfb_context[j]); in omap_vout_setup_vrfb_bufs()
173 omap_vrfb_release_ctx(&vout->vrfb_context[i]); in omap_vout_release_vrfb()
211 omap_vrfb_setup(&vout->vrfb_context[i], in omap_vout_vrfb_buffer_setup()
267 vout->vrfb_context[vb->i].paddr[0], dest_element_index, in omap_vout_prepare_vrfb()
284 vout->vrfb_context[vb->i].paddr[rotation]; in omap_vout_prepare_vrfb()
337 offset = vout->vrfb_context[0].yoffset * in omap_vout_calculate_vrfb_offset()
338 vout->vrfb_context[0].bytespp; in omap_vout_calculate_vrfb_offset()
350 offset = ((MAX_PIXELS_PER_LINE * vout->vrfb_context[0].yoffset * in omap_vout_calculate_vrfb_offset()
[all …]
Domap_voutdef.h165 struct vrfb vrfb_context[MAC_VRFB_CTXS]; member