diff mbox series

[1/2] drm/i915: Remove link to missing "Batchbuffer Pools" documentation

Message ID 20190830085849.12519-1-joonas.lahtinen@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [1/2] drm/i915: Remove link to missing "Batchbuffer Pools" documentation | expand

Commit Message

Joonas Lahtinen Aug. 30, 2019, 8:58 a.m. UTC
The referenced documentation section has been removed. Remove the
link to avoid warning when building the documentation.

Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
---
 Documentation/gpu/i915.rst | 9 ---------
 1 file changed, 9 deletions(-)

Comments

Chris Wilson Aug. 30, 2019, 9:01 a.m. UTC | #1
Quoting Joonas Lahtinen (2019-08-30 09:58:48)
> The referenced documentation section has been removed. Remove the
> link to avoid warning when building the documentation.
> 
> Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
> Cc: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
-Chris
Chris Wilson Aug. 30, 2019, 9:15 a.m. UTC | #2
Quoting Chris Wilson (2019-08-30 10:01:28)
> Quoting Joonas Lahtinen (2019-08-30 09:58:48)
> > The referenced documentation section has been removed. Remove the
> > link to avoid warning when building the documentation.
> > 
> > Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
> > Cc: Chris Wilson <chris@chris-wilson.co.uk>
> > Cc: Matthew Auld <matthew.auld@intel.com>
> Reviewed-by: Matthew Auld <matthew.auld@intel.com>

I'll remember my own name one day.
-Chris
diff mbox series

Patch

diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
index 3415255ad3dc..7d1f65612856 100644
--- a/Documentation/gpu/i915.rst
+++ b/Documentation/gpu/i915.rst
@@ -358,15 +358,6 @@  Batchbuffer Parsing
 .. kernel-doc:: drivers/gpu/drm/i915/i915_cmd_parser.c
    :internal:
 
-Batchbuffer Pools
------------------
-
-.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_batch_pool.c
-   :doc: batch pool
-
-.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_batch_pool.c
-   :internal:
-
 User Batchbuffer Execution
 --------------------------