On Wed, Oct 15, 2014 at 10:48:34AM +0100, Nick Hoath wrote:
> The first pass implementation of execlists required a backpointer to the 
> context to be held
> in the intel_ringbuffer. However the context pointer is available higher in 
> the call stack.
> Remove the backpointer from the ring buffer structure and instead pass it 
> down through the
> call stack.

If you look at my fixes for execlist, you don't even need this. The only
usecase I have for ring->ctx is in debugfs, where you don't have the
information in the stack anyway.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to