linux/drivers/gpu/drm/i915/gvt
Zhi Wang 82d375d1b5 drm/i915/gvt: Introduce basic vGPU life cycle management
A vGPU represents a virtual Intel GEN hardware, which consists following
virtual resources:

- Configuration space (virtualized)
- HW registers (virtualized)
- GGTT memory space (partitioned)
- GPU page table (shadowed)
- Fence registers (partitioned)

* virtualized: fully emulated by GVT-g.
* partitioned: Only a part of the HW resource is allowed to be accessed
by VM.
* shadowed: Resource needs to be translated and shadowed before getting
applied into HW.

This patch introduces vGPU life cycle management framework, which is
responsible for creating/destroying a vGPU and preparing/free resources
related to a vGPU.

Signed-off-by: Zhi Wang <zhi.a.wang@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2016-10-14 18:11:59 +08:00
..
aperture_gm.c
debug.h
firmware.c drm/i915/gvt: golden virtual HW state management 2016-10-14 18:11:46 +08:00
gvt.c drm/i915/gvt: golden virtual HW state management 2016-10-14 18:11:46 +08:00
gvt.h drm/i915/gvt: Introduce basic vGPU life cycle management 2016-10-14 18:11:59 +08:00
handlers.c drm/i915/gvt: Introduce a framework for tracking HW registers. 2016-10-14 18:11:33 +08:00
hypercall.h drm/i915/gvt: Introduce basic vGPU life cycle management 2016-10-14 18:11:59 +08:00
Makefile drm/i915/gvt: Introduce basic vGPU life cycle management 2016-10-14 18:11:59 +08:00
mmio.h drm/i915/gvt: Introduce a framework for tracking HW registers. 2016-10-14 18:11:33 +08:00
mpt.h drm/i915/gvt: Introduce basic vGPU life cycle management 2016-10-14 18:11:59 +08:00
reg.h drm/i915/gvt: Introduce basic vGPU life cycle management 2016-10-14 18:11:59 +08:00
vgpu.c drm/i915/gvt: Introduce basic vGPU life cycle management 2016-10-14 18:11:59 +08:00