On Tue, 2020-01-07 at 10:06 +0800, Zhenyu Wang wrote: > On 2020.01.06 16:06:20 +0200, Julian Stecklina wrote: > > The documentation had some stale paths to i915 graphics virtualization > > code. Fix them to point to existing files. > > > > Cc: Zhenyu Wang <zhenyuw@xxxxxxxxxxxxxxx> > > Cc: zhiyuan.lv@xxxxxxxxx > > Cc: hang.yuan@xxxxxxxxx > > > > Signed-off-by: Julian Stecklina <julian.stecklina@xxxxxxxxxxxxxxxxxxxxx> > > --- > > Documentation/gpu/i915.rst | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst > > index e539c42a3e78..d644683c5249 100644 > > --- a/Documentation/gpu/i915.rst > > +++ b/Documentation/gpu/i915.rst > > @@ -43,19 +43,19 @@ Interrupt Handling > > Intel GVT-g Guest Support(vGPU) > > ------------------------------- > > > > -.. kernel-doc:: drivers/gpu/drm/i915/i915_vgpu.c > > +.. kernel-doc:: drivers/gpu/drm/i915/gvt/vgpu.c > > :doc: Intel GVT-g guest support > > > > -.. kernel-doc:: drivers/gpu/drm/i915/i915_vgpu.c > > +.. kernel-doc:: drivers/gpu/drm/i915/gvt/vgpu.c > > :internal: > > > > Intel GVT-g Host Support(vGPU device model) > > ------------------------------------------- > > > > -.. kernel-doc:: drivers/gpu/drm/i915/intel_gvt.c > > +.. kernel-doc:: drivers/gpu/drm/i915/gvt/gvt.c > > :doc: Intel GVT-g host support > > > > -.. kernel-doc:: drivers/gpu/drm/i915/intel_gvt.c > > +.. kernel-doc:: drivers/gpu/drm/i915/gvt/gvt.c > > :internal: > > > > The i915_vgpu.c and intel_gvt.c are still there for guest > and host part of i915 interface with gvt. We still need them > in doc. The files in gvt/ directory are gvt device model internals. Thanks for clarifying. I'll drop the patch. Julian
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel