commit | da5f99eaccc10e30bf82eb02b1be74703b878720 | [log] [tgz] |
---|---|---|
author | Zhenyu Wang <zhenyuw@linux.intel.com> | Fri Dec 01 14:59:53 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Mon Dec 04 11:24:35 2017 +0800 |
tree | f07086819365bb7e2cb2e528d71eef78163cbe0b | |
parent | c130456cefd4cf9531f12f3e9b23805d34706ac0 [diff] |
drm/i915/gvt: Don't mark vgpu context as inactive when preempted We shouldn't mark inactive for vGPU context if preempted, which would still be re-scheduled later. So keep active state. Fixes: d6c0511300dc ("drm/i915/execlists: Distinguish the incomplete context notifies") Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>