Re: [PATCH 16/27] drm/i915/gem: Add an intermediate proto_context struct

2021-06-03 Thread Daniel Vetter
On Wed, Jun 2, 2021 at 11:53 PM Jason Ekstrand wrote: > > On Tue, May 4, 2021 at 11:13 AM Daniel Vetter wrote: > > > > On Mon, May 03, 2021 at 10:57:37AM -0500, Jason Ekstrand wrote: > > > The current context uAPI allows for two methods of setting context > > > parameters: SET_CONTEXT_PARAM and C

Re: [PATCH 16/27] drm/i915/gem: Add an intermediate proto_context struct

2021-06-02 Thread Jason Ekstrand
On Tue, May 4, 2021 at 11:13 AM Daniel Vetter wrote: > > On Mon, May 03, 2021 at 10:57:37AM -0500, Jason Ekstrand wrote: > > The current context uAPI allows for two methods of setting context > > parameters: SET_CONTEXT_PARAM and CONTEXT_CREATE_EXT_SETPARAM. The > > former is allowed to be called

Re: [PATCH 16/27] drm/i915/gem: Add an intermediate proto_context struct

2021-05-04 Thread Daniel Vetter
On Mon, May 03, 2021 at 10:57:37AM -0500, Jason Ekstrand wrote: > The current context uAPI allows for two methods of setting context > parameters: SET_CONTEXT_PARAM and CONTEXT_CREATE_EXT_SETPARAM. The > former is allowed to be called at any time while the later happens as > part of GEM_CONTEXT_CR