Searched refs:PAN_DBG_TRACE (Results 1 – 9 of 9) sorted by relevance
331 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_open_device()332 pandecode_initialize(!(dev->debug & PAN_DBG_TRACE)); in panfrost_open_device()
36 #define PAN_DBG_TRACE 0x0002 macro
411 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()
627 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()697 if (dev->debug & PAN_DBG_TRACE) in panfrost_batch_submit_ioctl()
58 {"trace", PAN_DBG_TRACE, "Trace the command stream"},
117 if (dev->debug & PAN_DBG_TRACE) in panfrost_flush()
1015 if (dev->debug & (PAN_DBG_TRACE | PAN_DBG_SYNC)) in panfrost_ptr_map()
324 device->pdev.debug |= PAN_DBG_TRACE; in panvk_physical_device_init()
619 - panvk: Only set PAN_DBG_TRACE if PANVK_DEBUG_TRACE is set