Re: [Intel-gfx] [PATCH v7 3/8] drm/i915: Add per context timelines to fence object

2016-04-21 Thread John Harrison
On 20/04/2016 18:44, Chris Wilson wrote: On Wed, Apr 20, 2016 at 06:09:50PM +0100, john.c.harri...@intel.com wrote: From: John Harrison The fence object used inside the request structure requires a sequence number. Although this is not used by the i915 driver itself, it could potentially be us

Re: [Intel-gfx] [PATCH v7 3/8] drm/i915: Add per context timelines to fence object

2016-04-20 Thread Chris Wilson
On Wed, Apr 20, 2016 at 06:09:50PM +0100, john.c.harri...@intel.com wrote: > From: John Harrison > > The fence object used inside the request structure requires a sequence > number. Although this is not used by the i915 driver itself, it could > potentially be used by non-i915 code if the fence i

[Intel-gfx] [PATCH v7 3/8] drm/i915: Add per context timelines to fence object

2016-04-20 Thread John . C . Harrison
From: John Harrison The fence object used inside the request structure requires a sequence number. Although this is not used by the i915 driver itself, it could potentially be used by non-i915 code if the fence is passed outside of the driver. This is the intention as it allows external kernel dr