[PATCH 5/5] drm/i915: document tlb field at struct drm_i915_gem_object
Janusz Krzysztofik
janusz.krzysztofik at linux.intel.com
Thu Sep 28 15:58:55 UTC 2023
From: Mauro Carvalho Chehab <mchehab at kernel.org>
Add documentation to the TLB field inside
struct drm_i915_gem_object.
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
---
drivers/gpu/drm/i915/gem/i915_gem_object_types.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_object_types.h b/drivers/gpu/drm/i915/gem/i915_gem_object_types.h
index 2292404007c81..c369cca1b462d 100644
--- a/drivers/gpu/drm/i915/gem/i915_gem_object_types.h
+++ b/drivers/gpu/drm/i915/gem/i915_gem_object_types.h
@@ -677,6 +677,7 @@ struct drm_i915_gem_object {
*/
bool dirty:1;
+ /** @mm.tlb: array with TLB invalidate IDs */
u32 tlb[I915_MAX_GT];
} mm;
--
2.42.0
More information about the Intel-gfx-trybot
mailing list