Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/qcom/venus/
Dcore.h511 struct ida dpb_ids; member
Dvdec.c1706 ida_init(&inst->dpb_ids); in vdec_open()
1754 ida_destroy(&inst->dpb_ids); in vdec_close()
Dhelpers.c95 ida_free(&inst->dpb_ids, buf->dpb_out_tag); in free_dpb_buf()
213 id = ida_alloc_min(&inst->dpb_ids, VB2_MAX_FRAME, GFP_KERNEL); in venus_helper_alloc_dpb_bufs()