Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_util.h39 #define PAN_DBG_SYNC 0x0010 macro
Dpan_bo.c411 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) { in panfrost_bo_create()
451 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_bo_unreference()
Dpan_props.c331 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_open_device()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c627 if (!out_sync && dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_batch_submit_ioctl()
692 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) { in panfrost_batch_submit_ioctl()
704 if (!ctx->is_noop && dev->debug & PAN_DBG_SYNC) in panfrost_batch_submit_ioctl()
Dpan_screen.c61 {"sync", PAN_DBG_SYNC, "Wait for each job's completion and abort on GPU faults"},
Dpan_resource.c1015 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_ptr_map()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst321 - panfrost: Implement PAN_DBG_SYNC with pandecode/minimal