Commit 2958b90
committed
drm/i915/gvt: Fix gvt scheduler interval time
Fix to correctly assign 1ms for gvt scheduler interval time,
as previous code using HZ is pretty broken. And use no delay
for start gvt scheduler function.
Fixes: 4b63960 ("drm/i915/gvt: vGPU schedule policy framework")
Cc: Zhi Wang <[email protected]>
Cc: [email protected] # v4.10+
Acked-by: Chuanxiao Dong <[email protected]>
Signed-off-by: Zhenyu Wang <[email protected]>1 parent 3cd23b8 commit 2958b90
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments