On Wed, 23 Dec 2020 at 11:12, Chris Wilson <[email protected]> wrote:
>
> Inside schedule_out, we do extra work upon idling the context, such as
> updating the runtime, kicking off retires, kicking virtual engines.
> However, if we are in a series of processing single requests per
> contexts, we may find ourselves scheduling out the context, only to
> immediately schedule it back in during dequeue. This is just extra work
> that we can avoid if we keep the context marked as inflight across the
> dequeue. This becomes more significant later on for minimising virtual
> engine misses.
>
> Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to