Re: [Intel-gfx] [PATCH v3] drm/i915/execlists: Set queue priority from secondary port

2018-04-12 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-04-11 13:03:00) > > On 11/04/2018 12:34, Chris Wilson wrote: > > Quoting Chris Wilson (2018-04-11 11:39:29) > >> We can refine our current execlists->queue_priority if we inspect > >> ELSP[1] rather than the head of the unsubmitted queue. Currently, we use > >> the

Re: [Intel-gfx] [PATCH v3] drm/i915/execlists: Set queue priority from secondary port

2018-04-11 Thread Tvrtko Ursulin
On 11/04/2018 12:34, Chris Wilson wrote: Quoting Chris Wilson (2018-04-11 11:39:29) We can refine our current execlists->queue_priority if we inspect ELSP[1] rather than the head of the unsubmitted queue. Currently, we use the unsubmitted queue and say that if a subsequent request is more

Re: [Intel-gfx] [PATCH v3] drm/i915/execlists: Set queue priority from secondary port

2018-04-11 Thread Chris Wilson
Quoting Chris Wilson (2018-04-11 11:39:29) > We can refine our current execlists->queue_priority if we inspect > ELSP[1] rather than the head of the unsubmitted queue. Currently, we use > the unsubmitted queue and say that if a subsequent request is more > important than the current queue, we will

[Intel-gfx] [PATCH v3] drm/i915/execlists: Set queue priority from secondary port

2018-04-11 Thread Chris Wilson
We can refine our current execlists->queue_priority if we inspect ELSP[1] rather than the head of the unsubmitted queue. Currently, we use the unsubmitted queue and say that if a subsequent request is more important than the current queue, we will rerun the submission tasklet to evaluate the need