Re: [PATCH v2 6/9] drm/i915/gt: Export the pinned context constructor and destructor
On 09/06/2021 07:34, Thomas Hellström wrote: From: Chris Wilson Allow internal clients to create and destroy a pinned context. Signed-off-by: Chris Wilson Reviewed-by: Matthew Auld
[PATCH v2 6/9] drm/i915/gt: Export the pinned context constructor and destructor
From: Chris Wilson Allow internal clients to create and destroy a pinned context. Signed-off-by: Chris Wilson --- v2: - (Thomas) Export also the pinned context destructor --- drivers/gpu/drm/i915/gt/intel_engine.h| 11 + drivers/gpu/drm/i915/gt/intel_engine_cs.c | 27 ++