]> Git Repo - linux.git/commit
drm/i915/gvt: vGPU command scanner
authorZhi Wang <[email protected]>
Tue, 3 May 2016 22:26:57 +0000 (18:26 -0400)
committerZhenyu Wang <[email protected]>
Fri, 14 Oct 2016 10:15:25 +0000 (18:15 +0800)
commitbe1da7070aeaee23ff659c1a8cd992789ff86da4
tree90db3d03d111f2122fc62f17dbb750c48115e994
parent178657139307126b22d226df0823223d6dfe91ba
drm/i915/gvt: vGPU command scanner

This patch introduces a command scanner to scan guest command buffers.

Signed-off-by: Yulei Zhang <[email protected]>
Signed-off-by: Zhi Wang <[email protected]>
Signed-off-by: Zhenyu Wang <[email protected]>
drivers/gpu/drm/i915/gvt/Makefile
drivers/gpu/drm/i915/gvt/cmd_parser.c [new file with mode: 0644]
drivers/gpu/drm/i915/gvt/cmd_parser.h [new file with mode: 0644]
drivers/gpu/drm/i915/gvt/debug.h
drivers/gpu/drm/i915/gvt/execlist.c
drivers/gpu/drm/i915/gvt/gvt.c
drivers/gpu/drm/i915/gvt/gvt.h
drivers/gpu/drm/i915/gvt/interrupt.h
drivers/gpu/drm/i915/gvt/scheduler.c
drivers/gpu/drm/i915/gvt/scheduler.h
drivers/gpu/drm/i915/gvt/trace.h
This page took 0.058202 seconds and 4 git commands to generate.