Re: [Intel-gfx] [RFC 09/44] drm/i915: Start of GPU scheduler

2014-07-07 Thread Daniel Vetter
On Thu, Jun 26, 2014 at 06:24:00PM +0100, john.c.harri...@intel.com wrote: From: John Harrison john.c.harri...@intel.com Created GPU scheduler source files with only a basic init function. Same critique as for Oscar's execlist: Please don't order patches by adding unused leave code and

Re: [Intel-gfx] [RFC 09/44] drm/i915: Start of GPU scheduler

2014-07-02 Thread Jesse Barnes
On Thu, 26 Jun 2014 18:24:00 +0100 john.c.harri...@intel.com wrote: From: John Harrison john.c.harri...@intel.com Created GPU scheduler source files with only a basic init function. --- drivers/gpu/drm/i915/Makefile |1 + drivers/gpu/drm/i915/i915_drv.h |4 +++

[Intel-gfx] [RFC 09/44] drm/i915: Start of GPU scheduler

2014-06-26 Thread John . C . Harrison
From: John Harrison john.c.harri...@intel.com Created GPU scheduler source files with only a basic init function. --- drivers/gpu/drm/i915/Makefile |1 + drivers/gpu/drm/i915/i915_drv.h |4 +++ drivers/gpu/drm/i915/i915_gem.c |3 ++