Re: [PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters

2021-05-18 Thread Jani Nikula
On Mon, 17 May 2021, Daniel Vetter wrote: > On Mon, May 17, 2021 at 7:05 PM Jason Ekstrand wrote: >> >> On Mon, May 17, 2021 at 8:40 AM Daniel Vetter wrote: >> > >> > On Fri, May 14, 2021 at 02:13:57PM -0500, Jason Ekstrand wrote: >> > > I can add those. I just don't know where to put it. We d

Re: [PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters

2021-05-17 Thread Daniel Vetter
On Mon, May 17, 2021 at 7:05 PM Jason Ekstrand wrote: > > On Mon, May 17, 2021 at 8:40 AM Daniel Vetter wrote: > > > > On Fri, May 14, 2021 at 02:13:57PM -0500, Jason Ekstrand wrote: > > > On Tue, May 4, 2021 at 3:33 PM Daniel Vetter wrote: > > > > > > > > On Mon, May 03, 2021 at 10:57:40AM -050

Re: [PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters

2021-05-17 Thread Jason Ekstrand
On Mon, May 17, 2021 at 8:40 AM Daniel Vetter wrote: > > On Fri, May 14, 2021 at 02:13:57PM -0500, Jason Ekstrand wrote: > > On Tue, May 4, 2021 at 3:33 PM Daniel Vetter wrote: > > > > > > On Mon, May 03, 2021 at 10:57:40AM -0500, Jason Ekstrand wrote: > > > > This means that the proto-context ne

Re: [PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters

2021-05-17 Thread Daniel Vetter
On Fri, May 14, 2021 at 02:13:57PM -0500, Jason Ekstrand wrote: > On Tue, May 4, 2021 at 3:33 PM Daniel Vetter wrote: > > > > On Mon, May 03, 2021 at 10:57:40AM -0500, Jason Ekstrand wrote: > > > This means that the proto-context needs to grow support for engine > > > configuration information as

Re: [PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters

2021-05-14 Thread Jason Ekstrand
On Tue, May 4, 2021 at 3:33 PM Daniel Vetter wrote: > > On Mon, May 03, 2021 at 10:57:40AM -0500, Jason Ekstrand wrote: > > This means that the proto-context needs to grow support for engine > > configuration information as well as setparam logic. Fortunately, we'll > > be deleting a lot of setpa

Re: [PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters

2021-05-04 Thread Daniel Vetter
On Mon, May 03, 2021 at 10:57:40AM -0500, Jason Ekstrand wrote: > This means that the proto-context needs to grow support for engine > configuration information as well as setparam logic. Fortunately, we'll > be deleting a lot of setparam logic on the primary context shortly so it > will hopefully

[PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters

2021-05-03 Thread Jason Ekstrand
This means that the proto-context needs to grow support for engine configuration information as well as setparam logic. Fortunately, we'll be deleting a lot of setparam logic on the primary context shortly so it will hopefully balance out. Signed-off-by: Jason Ekstrand --- drivers/gpu/drm/i915/