Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/
Dpan_util.h35 #define PAN_DBG_SYNC 0x0010 macro
Dpan_bo.c399 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) { in panfrost_bo_create()
439 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_bo_unreference()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c63 … {"sync", PAN_DBG_SYNC, "Wait for each job's completion and check for any GPU fault"},
777 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_create_screen()
Dpan_job.c956 if (!out_sync && dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_batch_submit_ioctl()
997 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) { in panfrost_batch_submit_ioctl()
Dpan_resource.c844 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_ptr_map()
/external/mesa3d/docs/relnotes/
D20.1.0.rst321 - panfrost: Implement PAN_DBG_SYNC with pandecode/minimal