Home
last modified time | relevance | path

Searched refs:body0 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_dl.c175 * @body0: first display list body
191 struct vsp1_dl_body *body0; member
561 dl->body0 = vsp1_dl_body_get(dlm->pool); in vsp1_dl_list_alloc()
562 if (!dl->body0) { in vsp1_dl_list_alloc()
567 header_offset = dl->body0->max_entries * sizeof(*dl->body0->entries); in vsp1_dl_list_alloc()
569 dl->header = ((void *)dl->body0->entries) + header_offset; in vsp1_dl_list_alloc()
570 dl->dma = dl->body0->dma + header_offset; in vsp1_dl_list_alloc()
573 dl->header->lists[0].addr = dl->body0->dma; in vsp1_dl_list_alloc()
590 vsp1_dl_body_put(dl->body0); in vsp1_dl_list_free()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c175 * @body0: first display list body
191 struct vsp1_dl_body *body0; member
561 dl->body0 = vsp1_dl_body_get(dlm->pool); in vsp1_dl_list_alloc()
562 if (!dl->body0) { in vsp1_dl_list_alloc()
567 header_offset = dl->body0->max_entries * sizeof(*dl->body0->entries); in vsp1_dl_list_alloc()
569 dl->header = ((void *)dl->body0->entries) + header_offset; in vsp1_dl_list_alloc()
570 dl->dma = dl->body0->dma + header_offset; in vsp1_dl_list_alloc()
573 dl->header->lists[0].addr = dl->body0->dma; in vsp1_dl_list_alloc()
590 vsp1_dl_body_put(dl->body0); in vsp1_dl_list_free()
[all...]

Completed in 3 milliseconds