diff mbox series

drm/i915: Delete references to non-existing file

Message ID 20190923130608.22773-1-anna.karas@intel.com (mailing list archive)
State New, archived
Headers show
Series drm/i915: Delete references to non-existing file | expand

Commit Message

Anna Karas Sept. 23, 2019, 1:06 p.m. UTC
Delete references to non-existing i915_gem_batch_pool.c file.

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Fixes: commit 8675a608a6fe
("drm/i915: Kill the undead i915_gem_batch_pool.c")
Signed-off-by: Anna Karas <anna.karas@intel.com>
---
 Documentation/gpu/i915.rst | 9 ---------
 1 file changed, 9 deletions(-)

Comments

Chris Wilson Sept. 23, 2019, 1:13 p.m. UTC | #1
Quoting Anna Karas (2019-09-23 14:06:08)
> Delete references to non-existing i915_gem_batch_pool.c file.
> 
> Cc: Jani Nikula <jani.nikula@intel.com>
> Cc: Chris Wilson <chris@chris-wilson.co.uk>
> Fixes: commit 8675a608a6fe
> ("drm/i915: Kill the undead i915_gem_batch_pool.c")

This fixes is wrong. 8675a608a6fe is not a commit, but a blob.

Hmm. We've already tried to delete these in

commit b047463c852272ef9956ad3a4c706f78f8b06c17
Author: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Date:   Fri Aug 30 11:58:48 2019 +0300

    drm/i915: Remove link to missing "Batchbuffer Pools" documentation

and I don't see the link in drm-tip or drm-intel-next.
-Chris
diff mbox series

Patch

diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
index 0e322688be5c..8393894245cd 100644
--- a/Documentation/gpu/i915.rst
+++ b/Documentation/gpu/i915.rst
@@ -361,15 +361,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
 --------------------------