aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChangbin Du <changbin.du@intel.com>2017-09-22 10:00:09 +0800
committerZhi Wang <zhi.a.wang@intel.com>2017-10-17 00:44:10 +0800
commitba3ee00683bc2dad4c14fba805c2241ae23acff9 (patch)
treef037488d488883e9b8195d21f426b4ac7709712c /tools/perf/scripts/python
parentea850f64c2722278f150dc11de2141baeb24211c (diff)
drm/i915/gvt: Fix GPU hang after reusing vGPU instance across different guest OS
We have implemented delayed ring mmio switch mechanism to reduce unnecessary mmio switch. While the vGPU is being destroyed or detached from VM, we need to force the ring switch to host context. The later deadline is missed. Then it got a chance that word load from VM2 might execute under the ring context of VM1 which was attached to a same vGPU instance. Finally, the GPU is hang. This patch guarantee the two deadline are performed. v2: Remove unused variable 'scheduler' Signed-off-by: Changbin Du <changbin.du@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions