Searched refs:memirq_debug (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_memirq.c | 26 #define memirq_debug(m, _fmt, ...) memirq_printk(m, dbg, _fmt, ##__VA_ARGS__) macro 28 #define memirq_debug(...) macro 202 memirq_debug(memirq, "page offsets: bo %#x bo_size %zu source %#x status %#x\n", in memirq_alloc_pages() 433 memirq_debug(memirq, "ASSUME %s %s(%u)\n", source, status, offset); in memirq_assume_received() 439 memirq_debug(memirq, "STATUS %s %*ph\n", hwe->name, 16, status->vaddr); in memirq_dispatch_engine() 456 memirq_debug(memirq, "STATUS %s %*ph\n", name, 16, status->vaddr); in memirq_dispatch_guc() 538 memirq_debug(memirq, "SOURCE %*ph\n", 32, memirq->source.vaddr); in xe_memirq_handler() 539 memirq_debug(memirq, "SOURCE %*ph\n", 32, memirq->source.vaddr + 32); in xe_memirq_handler()
|