Searched refs:SVM_DBG (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/nouveau/ |
| D | nouveau_svm.c | 70 #define SVM_DBG(s,f,a...) NV_DEBUG((s)->drm, "svm: "f"\n", ##a) macro 373 SVM_DBG(svm, "replay"); in nouveau_svm_fault_replay() 389 SVM_DBG(svm, "cancel %016llx %d %02x %02x", inst, hub, gpc, client); in nouveau_svm_fault_cancel() 470 SVM_DBG(svm, "fault %016llx %016llx %02x", in nouveau_svm_fault_cache() 629 SVM_DBG(svm, "fault handler"); in nouveau_svm_fault() 638 SVM_DBG(svm, "get %08x put %08x", buffer->get, buffer->put); in nouveau_svm_fault() 645 SVM_DBG(svm, "%d fault(s) pending", buffer->fault_nr); in nouveau_svm_fault() 662 SVM_DBG(svm, "inst %016llx -> svm-%p", inst, svmm); in nouveau_svm_fault() 839 SVM_DBG(svm, "get %08x put %08x (init)", buffer->get, buffer->put); in nouveau_svm_fault_buffer_init() 951 SVM_DBG(svm, "No supported fault buffer class"); in nouveau_svm_init() [all …]
|