diff options
author | Anna Karas <[email protected]> | 2019-10-22 13:09:06 +0300 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2019-10-25 12:06:21 +0100 |
commit | 8c6388028d460b4a2997039f995bf826c275d888 (patch) | |
tree | d2156ab738ec75f731e082f2f155a033da99e6dc | |
parent | c35eb477c0cfc1ffd704a743f7a7daa52ea16415 (diff) |
doc: Update header files names
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 <[email protected]>
Cc: Lionel Landwerlin <[email protected]>
Signed-off-by: Anna Karas <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | Documentation/gpu/i915.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst index 60bd6e6403da..d0947c5c4ab8 100644 --- a/Documentation/gpu/i915.rst +++ b/Documentation/gpu/i915.rst @@ -550,9 +550,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 @@ -577,7 +577,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 |