Skip to content

Commit c649432

Browse files
committed
drm/i915: Fix busy ioctl commentary
Just tidy one instance of incorrect context parameter name and a stray sentence ending from before reporting was converted to be class based. Signed-off-by: Tvrtko Ursulin <[email protected]> Reviewed-by: Matthew Auld <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 1bd8a7d commit c649432

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

include/uapi/drm/i915_drm.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,12 +1348,11 @@ struct drm_i915_gem_busy {
13481348
* reading from the object simultaneously.
13491349
*
13501350
* The value of each engine class is the same as specified in the
1351-
* I915_CONTEXT_SET_ENGINES parameter and via perf, i.e.
1351+
* I915_CONTEXT_PARAM_ENGINES context parameter and via perf, i.e.
13521352
* I915_ENGINE_CLASS_RENDER, I915_ENGINE_CLASS_COPY, etc.
1353-
* reported as active itself. Some hardware may have parallel
1354-
* execution engines, e.g. multiple media engines, which are
1355-
* mapped to the same class identifier and so are not separately
1356-
* reported for busyness.
1353+
* Some hardware may have parallel execution engines, e.g. multiple
1354+
* media engines, which are mapped to the same class identifier and so
1355+
* are not separately reported for busyness.
13571356
*
13581357
* Caveat emptor:
13591358
* Only the boolean result of this query is reliable; that is whether

0 commit comments

Comments
 (0)