diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2019-08-30 10:58:48 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-08-30 15:14:33 +0200 |
commit | b047463c852272ef9956ad3a4c706f78f8b06c17 (patch) | |
tree | 8a4ed671068217d9cf58f463e6d79a3a92e3568c /Documentation/gpu | |
parent | drm/i915/hdcp: Enable HDCP 1.4 and 2.2 on Gen12+ (diff) | |
download | linux-b047463c852272ef9956ad3a4c706f78f8b06c17.tar.xz linux-b047463c852272ef9956ad3a4c706f78f8b06c17.zip |
drm/i915: Remove link to missing "Batchbuffer Pools" documentation
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: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190830085849.12519-1-joonas.lahtinen@linux.intel.com
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/i915.rst | 9 |
1 files changed, 0 insertions, 9 deletions
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 -------------------------- |