Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_gsccs.c67 if (!exec_res->ce) in gsccs_send_message()
75 if (!exec_res->pkt_vma || !exec_res->bb_vma) in gsccs_send_message()
113 exec_res->ce, &pkt, exec_res->bb_vaddr, in gsccs_send_message()
306 if (exec_res->ce) in gsccs_destroy_execution_resource()
308 if (exec_res->bb_vma) in gsccs_destroy_execution_resource()
310 if (exec_res->pkt_vma) in gsccs_destroy_execution_resource()
313 memset(exec_res, 0, sizeof(*exec_res)); in gsccs_destroy_execution_resource()
390 &exec_res->pkt_vma, &exec_res->pkt_vaddr); in gsccs_allocate_execution_resource()
395 &exec_res->bb_vma, &exec_res->bb_vaddr); in gsccs_allocate_execution_resource()
409 exec_res->ce = ce; in gsccs_allocate_execution_resource()
[all …]