Searched refs:SVM_DBG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_svm.c | 78 #define SVM_DBG(s,f,a...) NV_DEBUG((s)->drm, "svm: "f"\n", ##a) macro 386 SVM_DBG(svm, "replay"); in nouveau_svm_fault_replay() 402 SVM_DBG(svm, "cancel %016llx %d %02x %02x", inst, hub, gpc, client); in nouveau_svm_fault_cancel() 500 SVM_DBG(svm, "fault %016llx %016llx %02x", in nouveau_svm_fault_cache() 734 SVM_DBG(svm, "fault handler"); in nouveau_svm_fault() 743 SVM_DBG(svm, "get %08x put %08x", buffer->get, buffer->put); in nouveau_svm_fault() 750 SVM_DBG(svm, "%d fault(s) pending", buffer->fault_nr); in nouveau_svm_fault() 767 SVM_DBG(svm, "inst %016llx -> svm-%p", inst, svmm); in nouveau_svm_fault() 959 SVM_DBG(svm, "get %08x put %08x (init)", buffer->get, buffer->put); in nouveau_svm_fault_buffer_init() 1075 SVM_DBG(svm, "No supported fault buffer class"); in nouveau_svm_init() [all …]
|