commit | ac7688c0397442f1c9eef7069737089660322497 | [log] [tgz] |
---|---|---|
author | Zhenyu Wang <zhenyuw@linux.intel.com> | Fri Dec 01 14:59:53 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Wed Dec 06 11:34:10 2017 +0800 |
tree | 2f7b116ef295964f433a17d1881e3336f0df685a | |
parent | 29f9e425973d3c7cdfc32725a4d7c4c2f537d5a9 [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> (cherry picked from commit da5f99eaccc10e30bf82eb02b1be74703b878720)