diff options
author | 2017-12-13 10:47:00 +0800 | |
---|---|---|
committer | 2017-12-18 16:30:07 +0800 | |
commit | e47107ad37c3774be9d5bf6fb4625c59e59f632c (patch) | |
tree | 4a2e58760f1c5443c34fbe7688b60af9c79f5da9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/i915/gvt: refine trace_render_mmio (diff) | |
download | linux-dev-e47107ad37c3774be9d5bf6fb4625c59e59f632c.tar.xz linux-dev-e47107ad37c3774be9d5bf6fb4625c59e59f632c.zip |
drm/i915/gvt: optimize for vGPU mmio switch
Now mmio switch between vGPUs need to switch to host first then to expected
vGPU, it waste one time mmio save/restore. r/w mmio usually is
time-consuming, and there are so many mocs registers need to save/restore
during vGPU switch. Combine the switch_to_host and switch_to_vgpu can
reduce 1 time mmio save/restore, it will reduce the CPU utilization and
performance while there is multi VMs with heavy work load.
Signed-off-by: Weinan Li <weinan.z.li@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions