[Intel-gfx] [PATCH] doc: Update header files names

Lionel Landwerlin lionel.g.landwerlin at intel.com
Thu Oct 24 15:21:58 UTC 2019


On 22/10/2019 13:09, Anna Karas wrote:
> Update header files containing i915_perf_stream, i915_perf_stream_ops
> and i915_oa_ops definitions since they have been moved from i915_drv.h
> to i915_perf_types.h.
>
> Cc: Robert Bragg <robert at sixbynine.org>
> Cc: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> Signed-off-by: Anna Karas <anna.karas at intel.com>


Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>


> ---
>   Documentation/gpu/i915.rst | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
> index 465779670fd4..70e5fffa561a 100644
> --- a/Documentation/gpu/i915.rst
> +++ b/Documentation/gpu/i915.rst
> @@ -514,9 +514,9 @@ i915 Perf Stream
>   This section covers the stream-semantics-agnostic structures and functions
>   for representing an i915 perf stream FD and associated file operations.
>   
> -.. kernel-doc:: drivers/gpu/drm/i915/i915_drv.h
> +.. kernel-doc:: drivers/gpu/drm/i915/i915_perf_types.h
>      :functions: i915_perf_stream
> -.. kernel-doc:: drivers/gpu/drm/i915/i915_drv.h
> +.. kernel-doc:: drivers/gpu/drm/i915/i915_perf_types.h
>      :functions: i915_perf_stream_ops
>   
>   .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c
> @@ -541,7 +541,7 @@ for representing an i915 perf stream FD and associated file operations.
>   i915 Perf Observation Architecture Stream
>   -----------------------------------------
>   
> -.. kernel-doc:: drivers/gpu/drm/i915/i915_drv.h
> +.. kernel-doc:: drivers/gpu/drm/i915/i915_perf_types.h
>      :functions: i915_oa_ops
>   
>   .. kernel-doc:: drivers/gpu/drm/i915/i915_perf.c




More information about the Intel-gfx mailing list