[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241002101344.137636-1-kksurendran95@gmail.com>
Date: Wed, 2 Oct 2024 15:43:44 +0530
From: KK Surendran <kksurendran95@...il.com>
To: maarten.lankhorst@...ux.intel.com
Cc: mripard@...nel.org,
tzimmermann@...e.de,
airlied@...il.com,
simona@...ll.ch,
corbet@....net,
dri-devel@...ts.freedesktop.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
KK Surendran <kksurendran95@...il.com>
Subject: [PATCH] docs: Fix typo
Fix typo in Documentation/gpu/rfc/i915_scheduler.rst -
"paralllel" to "parallel"
Signed-off-by: KK Surendran <kksurendran95@...il.com>
---
Documentation/gpu/rfc/i915_scheduler.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/gpu/rfc/i915_scheduler.rst b/Documentation/gpu/rfc/i915_scheduler.rst
index c237ebc02..2974525f0 100644
--- a/Documentation/gpu/rfc/i915_scheduler.rst
+++ b/Documentation/gpu/rfc/i915_scheduler.rst
@@ -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
--
2.46.2
Powered by blists - more mailing lists