Re: [Intel-gfx] [PATCH 18/27] drm/i915/gem: Optionally set SSEU in intel_context_set_gem

2021-05-05 Thread Tvrtko Ursulin
On 05/05/2021 10:47, Daniel Vetter wrote: On Wed, May 05, 2021 at 10:28:59AM +0100, Tvrtko Ursulin wrote: On 04/05/2021 20:00, Daniel Vetter wrote: On Mon, May 03, 2021 at 10:57:39AM -0500, Jason Ekstrand wrote: For now this is a no-op because everyone passes in a null SSEU but it lets us g

Re: [Intel-gfx] [PATCH 18/27] drm/i915/gem: Optionally set SSEU in intel_context_set_gem

2021-05-05 Thread Daniel Vetter
On Wed, May 05, 2021 at 10:28:59AM +0100, Tvrtko Ursulin wrote: > > On 04/05/2021 20:00, Daniel Vetter wrote: > > On Mon, May 03, 2021 at 10:57:39AM -0500, Jason Ekstrand wrote: > > > For now this is a no-op because everyone passes in a null SSEU but it > > > lets us get some of the error handling

Re: [Intel-gfx] [PATCH 18/27] drm/i915/gem: Optionally set SSEU in intel_context_set_gem

2021-05-05 Thread Tvrtko Ursulin
On 04/05/2021 20:00, Daniel Vetter wrote: On Mon, May 03, 2021 at 10:57:39AM -0500, Jason Ekstrand wrote: For now this is a no-op because everyone passes in a null SSEU but it lets us get some of the error handling and selftest refactoring plumbed through. Signed-off-by: Jason Ekstrand it

Re: [Intel-gfx] [PATCH 18/27] drm/i915/gem: Optionally set SSEU in intel_context_set_gem

2021-05-04 Thread Daniel Vetter
On Mon, May 03, 2021 at 10:57:39AM -0500, Jason Ekstrand wrote: > For now this is a no-op because everyone passes in a null SSEU but it > lets us get some of the error handling and selftest refactoring plumbed > through. > > Signed-off-by: Jason Ekstrand it is a bit icky that intel_context_set_g

[Intel-gfx] [PATCH 18/27] drm/i915/gem: Optionally set SSEU in intel_context_set_gem

2021-05-03 Thread Jason Ekstrand
For now this is a no-op because everyone passes in a null SSEU but it lets us get some of the error handling and selftest refactoring plumbed through. Signed-off-by: Jason Ekstrand --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 41 +++ .../gpu/drm/i915/gem/selftests/mock_con