projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bf63fb
)
drm/i915/gvt: remove a noisy unimportant log in sched_policy
author
Changbin Du
<changbin.du@intel.com>
Thu, 9 Feb 2017 02:13:15 +0000
(10:13 +0800)
committer
Zhenyu Wang
<zhenyuw@linux.intel.com>
Thu, 9 Feb 2017 06:13:30 +0000
(14:13 +0800)
Remove below unimportant log which is too noisy.
'no current vgpu search from q head'
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/sched_policy.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gvt/sched_policy.c
b/drivers/gpu/drm/i915/gvt/sched_policy.c
index
678b0be
..
06c9584
100644
(file)
--- a/
drivers/gpu/drm/i915/gvt/sched_policy.c
+++ b/
drivers/gpu/drm/i915/gvt/sched_policy.c
@@
-125,7
+125,6
@@
static void tbs_sched_func(struct work_struct *work)
vgpu_data = scheduler->current_vgpu->sched_data;
head = &vgpu_data->list;
} else {
- gvt_dbg_sched("no current vgpu search from q head\n");
head = &sched_data->runq_head;
}