Re: [Intel-gfx] [PATCH 3/4] drm/i915/contexts: Serialize default context init

2012-08-14 Thread Ben Widawsky
On 2012-08-14 00:41, Chris Wilson wrote: On Mon, 13 Aug 2012 22:41:10 -0700, Ben Widawsky wrote: This is possible with the new force paramter in do_switch. As stated in that patch, the goal is to get a real context stored at the time of initialization. References: https://bugs.freedesktop.org

Re: [Intel-gfx] [PATCH 3/4] drm/i915/contexts: Serialize default context init

2012-08-14 Thread Chris Wilson
On Mon, 13 Aug 2012 22:41:10 -0700, Ben Widawsky wrote: > This is possible with the new force paramter in do_switch. As stated in > that patch, the goal is to get a real context stored at the time of > initialization. > > References: https://bugs.freedesktop.org/show_bug.cgi?id=52429 > Tested-by:

[Intel-gfx] [PATCH 3/4] drm/i915/contexts: Serialize default context init

2012-08-13 Thread Ben Widawsky
This is possible with the new force paramter in do_switch. As stated in that patch, the goal is to get a real context stored at the time of initialization. References: https://bugs.freedesktop.org/show_bug.cgi?id=52429 Tested-by: Guang A Yang Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915