[igt-dev] [PATCH i-g-t v1 3/5] drm-uapi/i915: sync with drm-next

Kamil Konieczny kamil.konieczny at linux.intel.com
Tue Nov 7 17:43:47 UTC 2023


Sync with drm-next commit ("f2cab4b318ee8023f4ad640b906ae268942a7db4")

This is documentation cleanup.

Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
Cc: Janga Rahul Kumar<janga.rahul.kumar at intel.com>
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
 include/drm-uapi/i915_drm.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/drm-uapi/i915_drm.h b/include/drm-uapi/i915_drm.h
index 0a5c81445..ce9fa2812 100644
--- a/include/drm-uapi/i915_drm.h
+++ b/include/drm-uapi/i915_drm.h
@@ -38,13 +38,13 @@ extern "C" {
  */
 
 /**
- * DOC: uevents generated by i915 on it's device node
+ * DOC: uevents generated by i915 on its device node
  *
  * I915_L3_PARITY_UEVENT - Generated when the driver receives a parity mismatch
- *	event from the gpu l3 cache. Additional information supplied is ROW,
+ *	event from the GPU L3 cache. Additional information supplied is ROW,
  *	BANK, SUBBANK, SLICE of the affected cacheline. Userspace should keep
- *	track of these events and if a specific cache-line seems to have a
- *	persistent error remap it with the l3 remapping tool supplied in
+ *	track of these events, and if a specific cache-line seems to have a
+ *	persistent error, remap it with the L3 remapping tool supplied in
  *	intel-gpu-tools.  The value supplied with the event is always 1.
  *
  * I915_ERROR_UEVENT - Generated upon error detection, currently only via
-- 
2.42.0



More information about the igt-dev mailing list