Re: [PATCH 18/21] drm/i915/gem: Don't allow changing the engine set on running contexts

2021-04-29 Thread Daniel Vetter
On Fri, Apr 23, 2021 at 05:31:28PM -0500, Jason Ekstrand wrote: > Signed-off-by: Jason Ekstrand I think with the additions move in here and commit message explaining a bit what's going on this looks all reasonable. I think minimally you should explain the audit you've done here and which

[PATCH 18/21] drm/i915/gem: Don't allow changing the engine set on running contexts

2021-04-23 Thread Jason Ekstrand
Signed-off-by: Jason Ekstrand --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 301 1 file changed, 301 deletions(-) diff --git a/drivers/gpu/drm/i915/gem/i915_gem_context.c b/drivers/gpu/drm/i915/gem/i915_gem_context.c index 3238260cffa31..ef23ab4260c24 100644 ---