Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-12 Thread Jani Nikula
On Mon, 12 Dec 2016, Daniel Vetter wrote: > On Fri, Dec 09, 2016 at 12:41:08PM +, Robert Bragg wrote: >> As a bit of an asside; last year for another project of mine I once >> wrote an experimental tool for extracting gtk-doc comments from code >> to using the python clang bindings: >> https:/

Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-11 Thread Daniel Vetter
On Fri, Dec 09, 2016 at 12:41:08PM +, Robert Bragg wrote: > On Thu, Dec 8, 2016 at 3:53 PM, Daniel Vetter wrote: > > On Wed, Dec 07, 2016 at 09:40:33PM +, Robert Bragg wrote: > >> This adds a 'Perf' section to i915.rst with the following sub sections: > >> - Overview > >> - Comparison with

Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-09 Thread Robert Bragg
On Thu, Dec 8, 2016 at 3:53 PM, Daniel Vetter wrote: > On Wed, Dec 07, 2016 at 09:40:33PM +, Robert Bragg wrote: >> This adds a 'Perf' section to i915.rst with the following sub sections: >> - Overview >> - Comparison with Core Perf >> - i915 Driver Entry Points >> - i915 Perf Stream >> - i915

Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-08 Thread Daniel Vetter
On Wed, Dec 07, 2016 at 09:40:33PM +, Robert Bragg wrote: > This adds a 'Perf' section to i915.rst with the following sub sections: > - Overview > - Comparison with Core Perf > - i915 Driver Entry Points > - i915 Perf Stream > - i915 Perf Observation Architecture Stream > - All i915 Perf Intern

[Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-07 Thread Robert Bragg
This adds a 'Perf' section to i915.rst with the following sub sections: - Overview - Comparison with Core Perf - i915 Driver Entry Points - i915 Perf Stream - i915 Perf Observation Architecture Stream - All i915 Perf Internals v2: section headers in i915.rst (Daniel Vetter) missing symbol

Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-05 Thread Matthew Auld
On 5 December 2016 at 11:20, Robert Bragg wrote: > This adds a 'Perf' section to i915.rst with the following sub sections: > - Overview > - Comparison with Core Perf > - i915 Driver Entry Points > - i915 Perf Stream > - i915 Perf Observation Architecture Stream > - All i915 Perf Internals > > v2:

[Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-05 Thread Robert Bragg
This adds a 'Perf' section to i915.rst with the following sub sections: - Overview - Comparison with Core Perf - i915 Driver Entry Points - i915 Perf Stream - i915 Perf Observation Architecture Stream - All i915 Perf Internals v2: section headers in i915.rst (Daniel Vetter) missing symbol

Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-02 Thread Robert Bragg
On Thu, Dec 1, 2016 at 12:12 PM, Jani Nikula wrote: > On Wed, 30 Nov 2016, Daniel Vetter wrote: > > On Tue, Nov 29, 2016 at 05:00:55PM +, Robert Bragg wrote: > >> +.. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c > >> + :functions: i915_perf_init > >> +.. kernel-doc:: drivers/gpu/drm/i915/

Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-02 Thread Robert Bragg
On Nov 30, 2016 19:41, "Daniel Vetter" wrote: > > On Tue, Nov 29, 2016 at 05:00:55PM +, Robert Bragg wrote: > > This adds a 'Perf' section to i915.rst with the following sub sections: > > - Overview > > - Comparison with Core Perf > > - i915 Driver Entry Points > > - i915 Perf Stream > > - i91

Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-12-01 Thread Jani Nikula
On Wed, 30 Nov 2016, Daniel Vetter wrote: > On Tue, Nov 29, 2016 at 05:00:55PM +, Robert Bragg wrote: >> +.. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c >> + :functions: i915_perf_init >> +.. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c >> + :functions: i915_perf_fini >> +.. kernel-doc:

Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-11-30 Thread Daniel Vetter
On Tue, Nov 29, 2016 at 05:00:55PM +, Robert Bragg wrote: > This adds a 'Perf' section to i915.rst with the following sub sections: > - Overview > - Comparison with Core Perf > - i915 Driver Entry Points > - i915 Perf Stream > - i915 Perf Observation Architecture Stream > - All i915 Perf Intern

Re: [Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-11-30 Thread Matthew Auld
On 29 November 2016 at 17:00, Robert Bragg wrote: > This adds a 'Perf' section to i915.rst with the following sub sections: > - Overview > - Comparison with Core Perf > - i915 Driver Entry Points > - i915 Perf Stream > - i915 Perf Observation Architecture Stream > - All i915 Perf Internals > > Sig

[Intel-gfx] [PATCH] drm/i915/perf: More documentation hooked to i915.rst

2016-11-29 Thread Robert Bragg
This adds a 'Perf' section to i915.rst with the following sub sections: - Overview - Comparison with Core Perf - i915 Driver Entry Points - i915 Perf Stream - i915 Perf Observation Architecture Stream - All i915 Perf Internals Signed-off-by: Robert Bragg Cc: Daniel Vetter --- Documentation/gpu/