Re: [Intel-gfx] [RFC 18/44] drm/i915: Added scheduler debug macro

2014-07-07 Thread Daniel Vetter
On Wed, Jul 02, 2014 at 11:37:29AM -0700, Jesse Barnes wrote: > On Thu, 26 Jun 2014 18:24:09 +0100 > john.c.harri...@intel.com wrote: > > > From: John Harrison > > > > Added a DRM debug facility for use by the scheduler. > > --- > > include/drm/drmP.h |7 +++ > > 1 file changed, 7 inser

Re: [Intel-gfx] [RFC 18/44] drm/i915: Added scheduler debug macro

2014-07-02 Thread Jesse Barnes
On Thu, 26 Jun 2014 18:24:09 +0100 john.c.harri...@intel.com wrote: > From: John Harrison > > Added a DRM debug facility for use by the scheduler. > --- > include/drm/drmP.h |7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/include/drm/drmP.h b/include/drm/drmP.h > index 76cca

[Intel-gfx] [RFC 18/44] drm/i915: Added scheduler debug macro

2014-06-26 Thread John . C . Harrison
From: John Harrison Added a DRM debug facility for use by the scheduler. --- include/drm/drmP.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 76ccaab..2f477c9 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -120,6 +120,7 @