Re: [Intel-gfx] [PATCH 4/5] drm/i915/execlists: Direct submission from irq handler

2018-05-10 Thread Chris Wilson
Quoting Chris Wilson (2018-05-09 15:28:00) > Continuing the theme of bypassing ksoftirqd latency, also first try to > directly submit from the CS interrupt handler to clear the ELSP and > queue the next. > > In the past, we have been hesitant to do this as the context switch > processing has been

[Intel-gfx] [PATCH 4/5] drm/i915/execlists: Direct submission from irq handler

2018-05-09 Thread Chris Wilson
Continuing the theme of bypassing ksoftirqd latency, also first try to directly submit from the CS interrupt handler to clear the ELSP and queue the next. In the past, we have been hesitant to do this as the context switch processing has been quite heavy, requiring forcewaked mmio. However, as we