On Thu, Jun 03, 2021 at 11:05:15AM +0200, Daniel Vetter wrote:
> On Thu, Jun 3, 2021 at 5:30 AM Matthew Brost wrote:
> >
> > On Mon, May 31, 2021 at 10:31:53AM +0200, Daniel Vetter wrote:
> > > On Thu, May 27, 2021 at 4:19 PM Matthew Brost
> > > wrote:
> > > >
> > > > On Thu, May 27, 2021 at 10:
On Thu, Jun 3, 2021 at 5:30 AM Matthew Brost wrote:
>
> On Mon, May 31, 2021 at 10:31:53AM +0200, Daniel Vetter wrote:
> > On Thu, May 27, 2021 at 4:19 PM Matthew Brost
> > wrote:
> > >
> > > On Thu, May 27, 2021 at 10:41:10AM +0100, Tvrtko Ursulin wrote:
> > > >
> > > > On 26/05/2021 21:03, Mat
On Mon, May 31, 2021 at 10:31:53AM +0200, Daniel Vetter wrote:
> On Thu, May 27, 2021 at 4:19 PM Matthew Brost wrote:
> >
> > On Thu, May 27, 2021 at 10:41:10AM +0100, Tvrtko Ursulin wrote:
> > >
> > > On 26/05/2021 21:03, Matthew Brost wrote:
> > > > Introduce i915_sched_engine object which is lo
On Thu, May 27, 2021 at 4:19 PM Matthew Brost wrote:
>
> On Thu, May 27, 2021 at 10:41:10AM +0100, Tvrtko Ursulin wrote:
> >
> > On 26/05/2021 21:03, Matthew Brost wrote:
> > > Introduce i915_sched_engine object which is lower level data structure
> > > that i915_scheduler / generic code can opera
On Thu, May 27, 2021 at 10:41:10AM +0100, Tvrtko Ursulin wrote:
>
> On 26/05/2021 21:03, Matthew Brost wrote:
> > Introduce i915_sched_engine object which is lower level data structure
> > that i915_scheduler / generic code can operate on without touching
> > execlist specific structures. This all
On 26/05/2021 21:03, Matthew Brost wrote:
Introduce i915_sched_engine object which is lower level data structure
that i915_scheduler / generic code can operate on without touching
execlist specific structures. This allows additional submission backends
to be added without breaking the layering.
Introduce i915_sched_engine object which is lower level data structure
that i915_scheduler / generic code can operate on without touching
execlist specific structures. This allows additional submission backends
to be added without breaking the layering.
This is a bit of detour to integrating the i