Searched refs:gvt_dbg_sched (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | scheduler.c | 177 gvt_dbg_sched("ring %s workload lrca %x, ctx_id %x, ctx gpa %llx", in populate_shadow_context() 306 gvt_dbg_sched("skip ring %d mmio switch for vgpu%d\n", in shadow_context_status_change() 756 gvt_dbg_sched("ring id %s prepare to dispatch workload %p\n", in dispatch_workload() 786 gvt_dbg_sched("ring id %s submit workload to i915 %p\n", in dispatch_workload() 811 gvt_dbg_sched("ring %s stop - no current vgpu\n", engine->name); in pick_next_workload() 816 gvt_dbg_sched("ring %s stop - will reschedule\n", engine->name); in pick_next_workload() 830 gvt_dbg_sched("ring %s still have current workload %p\n", in pick_next_workload() 848 gvt_dbg_sched("ring %s pick new workload %p\n", engine->name, workload); in pick_next_workload() 903 gvt_dbg_sched("ring id %d workload lrca %x\n", rq->engine->id, in update_guest_context() 1063 gvt_dbg_sched("ring id %d complete workload %p status %d\n", in complete_current_workload() [all …]
|
| H A D | debug.h | 56 #define gvt_dbg_sched(fmt, args...) \ macro
|