]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Fix spelling error for 'parallel'
authorAnish Dabhane <anishdabhane71@gmail.com>
Sun, 18 May 2025 14:01:03 +0000 (19:31 +0530)
committerJonathan Corbet <corbet@lwn.net>
Mon, 19 May 2025 11:33:48 +0000 (05:33 -0600)
Signed-off-by: Anish Dabhane <anishdabhane71@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250518140107.21310-1-anishdabhane71@gmail.com>

Documentation/gpu/rfc/i915_scheduler.rst

index c237ebc024cd3b2bd5bd3adfdfe36100bb40dfec..2974525f0ac5413bd1d0780a7ebcd57efc097865 100644 (file)
@@ -26,7 +26,7 @@ i915 with the DRM scheduler is:
          which configures a slot with N contexts
        * After I915_CONTEXT_ENGINES_EXT_PARALLEL a user can submit N batches to
          a slot in a single execbuf IOCTL and the batches run on the GPU in
-         paralllel
+         parallel
        * Initially only for GuC submission but execlists can be supported if
          needed
 * Convert the i915 to use the DRM scheduler