All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/doc: Fix vga_switcheroo xref
@ 2016-08-24 10:19 Daniel Vetter
  2016-08-24 10:31 ` Chris Wilson
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2016-08-24 10:19 UTC (permalink / raw)
  To: DRI Development; +Cc: Daniel Vetter, Daniel Vetter

Reported-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 Documentation/gpu/vga-switcheroo.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/gpu/vga-switcheroo.rst b/Documentation/gpu/vga-switcheroo.rst
index 463a74fc40d1..cbbdb994f1dd 100644
--- a/Documentation/gpu/vga-switcheroo.rst
+++ b/Documentation/gpu/vga-switcheroo.rst
@@ -1,3 +1,5 @@
+.. _vga_switcheroo:
+
 ==============
 VGA Switcheroo
 ==============
-- 
2.9.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/doc: Fix vga_switcheroo xref
  2016-08-24 10:19 [PATCH] drm/doc: Fix vga_switcheroo xref Daniel Vetter
@ 2016-08-24 10:31 ` Chris Wilson
  2016-08-24 10:40   ` Lukas Wunner
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Wilson @ 2016-08-24 10:31 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Daniel Vetter, DRI Development

On Wed, Aug 24, 2016 at 12:19:15PM +0200, Daniel Vetter wrote:
> Reported-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Chris Wilson <chris@chris-wilson.co.uk>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  Documentation/gpu/vga-switcheroo.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/gpu/vga-switcheroo.rst b/Documentation/gpu/vga-switcheroo.rst
> index 463a74fc40d1..cbbdb994f1dd 100644
> --- a/Documentation/gpu/vga-switcheroo.rst
> +++ b/Documentation/gpu/vga-switcheroo.rst
> @@ -1,3 +1,5 @@
> +.. _vga_switcheroo:


Ok, so this creates a label that can be used as target of :ref: as used
by drm-internals.rst.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>

Still learning rst.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/doc: Fix vga_switcheroo xref
  2016-08-24 10:31 ` Chris Wilson
@ 2016-08-24 10:40   ` Lukas Wunner
  2016-08-24 11:12     ` Daniel Vetter
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas Wunner @ 2016-08-24 10:40 UTC (permalink / raw)
  To: Chris Wilson, Daniel Vetter, DRI Development, Daniel Vetter

On Wed, Aug 24, 2016 at 11:31:47AM +0100, Chris Wilson wrote:
> On Wed, Aug 24, 2016 at 12:19:15PM +0200, Daniel Vetter wrote:
> > Reported-by: Chris Wilson <chris@chris-wilson.co.uk>
> > Cc: Chris Wilson <chris@chris-wilson.co.uk>
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > ---
> >  Documentation/gpu/vga-switcheroo.rst | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/Documentation/gpu/vga-switcheroo.rst b/Documentation/gpu/vga-switcheroo.rst
> > index 463a74fc40d1..cbbdb994f1dd 100644
> > --- a/Documentation/gpu/vga-switcheroo.rst
> > +++ b/Documentation/gpu/vga-switcheroo.rst
> > @@ -1,3 +1,5 @@
> > +.. _vga_switcheroo:
> 
> Ok, so this creates a label that can be used as target of :ref: as used
> by drm-internals.rst.
> 
> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
> 
> Still learning rst.

:-)

The label had already been there since commit fb001dfd7e77
("vga_switcheroo: Sphinxify docs") but Daniel accidentaly
deleted it with b754b35b089d ("vgaarbiter: rst-ifiy and
polish kerneldoc").

Best regards,

Lukas
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/doc: Fix vga_switcheroo xref
  2016-08-24 10:40   ` Lukas Wunner
@ 2016-08-24 11:12     ` Daniel Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2016-08-24 11:12 UTC (permalink / raw)
  To: Lukas Wunner; +Cc: Daniel Vetter, Daniel Vetter, DRI Development

On Wed, Aug 24, 2016 at 12:40:01PM +0200, Lukas Wunner wrote:
> On Wed, Aug 24, 2016 at 11:31:47AM +0100, Chris Wilson wrote:
> > On Wed, Aug 24, 2016 at 12:19:15PM +0200, Daniel Vetter wrote:
> > > Reported-by: Chris Wilson <chris@chris-wilson.co.uk>
> > > Cc: Chris Wilson <chris@chris-wilson.co.uk>
> > > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > > ---
> > >  Documentation/gpu/vga-switcheroo.rst | 2 ++
> > >  1 file changed, 2 insertions(+)
> > > 
> > > diff --git a/Documentation/gpu/vga-switcheroo.rst b/Documentation/gpu/vga-switcheroo.rst
> > > index 463a74fc40d1..cbbdb994f1dd 100644
> > > --- a/Documentation/gpu/vga-switcheroo.rst
> > > +++ b/Documentation/gpu/vga-switcheroo.rst
> > > @@ -1,3 +1,5 @@
> > > +.. _vga_switcheroo:
> > 
> > Ok, so this creates a label that can be used as target of :ref: as used
> > by drm-internals.rst.
> > 
> > Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
> > 
> > Still learning rst.
> 
> :-)
> 
> The label had already been there since commit fb001dfd7e77
> ("vga_switcheroo: Sphinxify docs") but Daniel accidentaly
> deleted it with b754b35b089d ("vgaarbiter: rst-ifiy and
> polish kerneldoc").

Oops. Added a Fixes: line with this sha1 and applied to drm-misc.

Also still learning rst ... ;-)

Thanks, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-24 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-24 10:19 [PATCH] drm/doc: Fix vga_switcheroo xref Daniel Vetter
2016-08-24 10:31 ` Chris Wilson
2016-08-24 10:40   ` Lukas Wunner
2016-08-24 11:12     ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.