diff mbox series

doc: Update header files names

Message ID 20191022100906.16597-1-anna.karas@intel.com (mailing list archive)
State New, archived
Headers show
Series doc: Update header files names | expand

Commit Message

Anna Karas Oct. 22, 2019, 10:09 a.m. UTC
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@sixbynine.org>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Anna Karas <anna.karas@intel.com>
---
 Documentation/gpu/i915.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Lionel Landwerlin Oct. 24, 2019, 3:21 p.m. UTC | #1
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@sixbynine.org>
> Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
> Signed-off-by: Anna Karas <anna.karas@intel.com>


Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@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
diff mbox series

Patch

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