Re: [Intel-gfx] [PATCH 1/9] drm/i915: Assign every HW context a unique ID

2016-04-19 Thread Tvrtko Ursulin
On 19/04/16 10:04, Chris Wilson wrote: On Tue, Apr 19, 2016 at 09:57:14AM +0100, Tvrtko Ursulin wrote: On 19/04/16 07:49, Chris Wilson wrote: The hardware tracks contexts and expects all live contexts (those active on the hardware) to have a unique identifier. This is used by the hardware to

Re: [Intel-gfx] [PATCH 1/9] drm/i915: Assign every HW context a unique ID

2016-04-19 Thread Chris Wilson
On Tue, Apr 19, 2016 at 09:57:14AM +0100, Tvrtko Ursulin wrote: > > On 19/04/16 07:49, Chris Wilson wrote: > >The hardware tracks contexts and expects all live contexts (those active > >on the hardware) to have a unique identifier. This is used by the > >hardware to assign pagefaults and the like

Re: [Intel-gfx] [PATCH 1/9] drm/i915: Assign every HW context a unique ID

2016-04-19 Thread Tvrtko Ursulin
On 19/04/16 07:49, Chris Wilson wrote: The hardware tracks contexts and expects all live contexts (those active on the hardware) to have a unique identifier. This is used by the hardware to assign pagefaults and the like to a particular context. Signed-off-by: Chris Wilson --- drivers/gpu/dr

[Intel-gfx] [PATCH 1/9] drm/i915: Assign every HW context a unique ID

2016-04-18 Thread Chris Wilson
The hardware tracks contexts and expects all live contexts (those active on the hardware) to have a unique identifier. This is used by the hardware to assign pagefaults and the like to a particular context. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/