Re: [Intel-gfx] [RFC, 1/4] drm/i915: Convert requests to use struct fence

2015-04-19 Thread Maarten Lankhorst
Op 17-04-15 om 21:22 schreef Dave Gordon: > On 07/04/15 12:18, Maarten Lankhorst wrote: >> Hey, >> >> Op 07-04-15 om 12:59 schreef John Harrison: >>> On 07/04/2015 10:18, Maarten Lankhorst wrote: Hey, Op 20-03-15 om 18:48 schreef john.c.harri...@intel.com: > From: John Harrison

Re: [Intel-gfx] [RFC, 1/4] drm/i915: Convert requests to use struct fence

2015-04-17 Thread Dave Gordon
On 07/04/15 12:18, Maarten Lankhorst wrote: > Hey, > > Op 07-04-15 om 12:59 schreef John Harrison: >> On 07/04/2015 10:18, Maarten Lankhorst wrote: >>> Hey, >>> >>> Op 20-03-15 om 18:48 schreef john.c.harri...@intel.com: From: John Harrison There is a construct in the linux kernel

Re: [Intel-gfx] [RFC, 1/4] drm/i915: Convert requests to use struct fence

2015-04-07 Thread Maarten Lankhorst
Hey, Op 07-04-15 om 12:59 schreef John Harrison: > On 07/04/2015 10:18, Maarten Lankhorst wrote: >> Hey, >> >> Op 20-03-15 om 18:48 schreef john.c.harri...@intel.com: >>> From: John Harrison >>> >>> There is a construct in the linux kernel called 'struct fence' that is >>> intended >>> to keep t

Re: [Intel-gfx] [RFC, 1/4] drm/i915: Convert requests to use struct fence

2015-04-07 Thread John Harrison
On 07/04/2015 10:18, Maarten Lankhorst wrote: Hey, Op 20-03-15 om 18:48 schreef john.c.harri...@intel.com: From: John Harrison There is a construct in the linux kernel called 'struct fence' that is intended to keep track of work that is executed on hardware. I.e. it solves the basic problem t

Re: [Intel-gfx] [RFC, 1/4] drm/i915: Convert requests to use struct fence

2015-04-07 Thread Maarten Lankhorst
Hey, Op 20-03-15 om 18:48 schreef john.c.harri...@intel.com: > From: John Harrison > > There is a construct in the linux kernel called 'struct fence' that is > intended > to keep track of work that is executed on hardware. I.e. it solves the basic > problem that the drivers 'struct drm_i915_gem_

[Intel-gfx] [RFC 1/4] drm/i915: Convert requests to use struct fence

2015-03-20 Thread John . C . Harrison
From: John Harrison There is a construct in the linux kernel called 'struct fence' that is intended to keep track of work that is executed on hardware. I.e. it solves the basic problem that the drivers 'struct drm_i915_gem_request' is trying to address. The request structure does quite a lot more