All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] doc: Fix build of documentation after i915 file rename
@ 2020-12-14 18:54 José Roberto de Souza
  2020-12-14 19:42 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
  2020-12-15 13:33 ` [Intel-gfx] [PATCH] " Chris Wilson
  0 siblings, 2 replies; 4+ messages in thread
From: José Roberto de Souza @ 2020-12-14 18:54 UTC (permalink / raw)
  To: intel-gfx; +Cc: Chris Wilson

Commit 70a2b431c364 ("drm/i915/gt: Rename lrc.c to
execlists_submission.c") renamed intel_lrc.c to
intel_execlists_submission.c but forgot to update i915.rst.

Fixes: 70a2b431c364 ("drm/i915/gt: Rename lrc.c to execlists_submission.c")
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
 Documentation/gpu/i915.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
index 20868f3d0123..486c720f3890 100644
--- a/Documentation/gpu/i915.rst
+++ b/Documentation/gpu/i915.rst
@@ -428,7 +428,7 @@ User Batchbuffer Execution
 Logical Rings, Logical Ring Contexts and Execlists
 --------------------------------------------------
 
-.. kernel-doc:: drivers/gpu/drm/i915/gt/intel_lrc.c
+.. kernel-doc:: drivers/gpu/drm/i915/gt/intel_execlists_submission.c
    :doc: Logical Rings, Logical Ring Contexts and Execlists
 
 Global GTT views
-- 
2.29.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-15 14:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 18:54 [Intel-gfx] [PATCH] doc: Fix build of documentation after i915 file rename José Roberto de Souza
2020-12-14 19:42 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
2020-12-15 14:32   ` Souza, Jose
2020-12-15 13:33 ` [Intel-gfx] [PATCH] " Chris Wilson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.