diff options
author | Zhenyu Wang <zhenyuw@linux.intel.com> | 2016-10-19 08:40:59 +0200 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2016-10-20 11:18:39 +0200 |
commit | 22681c7bc79aefbb8e1c459474ac668a9493b577 (patch) | |
tree | c1d0cff82a6d8b644de2fe8c02930ba5136bb764 /Documentation/gpu/i915.rst | |
parent | drm/i915/gvt: Fix warning on obsolete function usage (diff) | |
download | linux-22681c7bc79aefbb8e1c459474ac668a9493b577.tar.xz linux-22681c7bc79aefbb8e1c459474ac668a9493b577.zip |
Documentation/gpu: Add section for Intel GVT-g host support
Update with brief overview and reference for more detailed
arch design documents.
Add new section for Intel GVT-g host support.
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'Documentation/gpu/i915.rst')
-rw-r--r-- | Documentation/gpu/i915.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst index 87aaffc22920..95ce77ff4342 100644 --- a/Documentation/gpu/i915.rst +++ b/Documentation/gpu/i915.rst @@ -49,6 +49,15 @@ Intel GVT-g Guest Support(vGPU) .. kernel-doc:: drivers/gpu/drm/i915/i915_vgpu.c :internal: +Intel GVT-g Host Support(vGPU device model) +------------------------------------------- + +.. kernel-doc:: drivers/gpu/drm/i915/intel_gvt.c + :doc: Intel GVT-g host support + +.. kernel-doc:: drivers/gpu/drm/i915/intel_gvt.c + :internal: + Display Hardware Handling ========================= |