Re: [Intel-gfx] [PATCH] drm/i915/gt: Start timeslice on partial submission

2020-05-28 Thread Mika Kuoppala
Chris Wilson writes: > We may choose to only submit ELSP[0], even though we have sufficient > requests to fill the whole ELSP. Normally, we only start timeslicing if > we fill more than one port, but in this case we need to start > timeslicing for the queue that we choose not to submit. If this

[Intel-gfx] [PATCH] drm/i915/gt: Start timeslice on partial submission

2020-05-28 Thread Chris Wilson
We may choose to only submit ELSP[0], even though we have sufficient requests to fill the whole ELSP. Normally, we only start timeslicing if we fill more than one port, but in this case we need to start timeslicing for the queue that we choose not to submit. Signed-off-by: Chris Wilson Cc: Tvrtko