Re: [Intel-gfx] [PATCH 2/2] drm/i915/execlists: Distinguish the incomplete context notifies

2017-09-26 Thread Chris Wilson
Quoting Wang, Zhi A (2017-09-26 11:42:48) > Thanks for the patch! :) > > I got a question: Will the re-scheduling of the request be handled by i915? > Or the client has to re-submit the request by itself after it got preempted? > :) It remains in the execlist queue, so it will be rescheduled

Re: [Intel-gfx] [PATCH 2/2] drm/i915/execlists: Distinguish the incomplete context notifies

2017-09-26 Thread Wang, Zhi A
Thanks for the patch! :) I got a question: Will the re-scheduling of the request be handled by i915? Or the client has to re-submit the request by itself after it got preempted? :) Currently, we will call i915_wait_request() to wait the request. I guess the preemption will not wake up the