Re: [Intel-gfx] [PATCH] drm/i915: remove excessive scaler debugging messages

2015-09-07 Thread Tvrtko Ursulin
On 08/14/2015 01:59 PM, Jani Nikula wrote: There's so much scaler debugging messages that it makes other debugging hard. Remove them. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_atomic.c | 3 --- drivers/gpu/drm/i915/intel_display.c | 2 -- 2 files changed, 5 deletions(-) d

Re: [Intel-gfx] [PATCH] drm/i915: remove excessive scaler debugging messages

2015-08-16 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 7202 -Summary- Platform Delta drm-intel-nightly Series Applied ILK -2

Re: [Intel-gfx] [PATCH] drm/i915: remove excessive scaler debugging messages

2015-08-14 Thread Daniel Vetter
On Fri, Aug 14, 2015 at 03:59:53PM +0300, Jani Nikula wrote: > There's so much scaler debugging messages that it makes other debugging > hard. Remove them. > > Signed-off-by: Jani Nikula Queued for -next, thanks for the patch. -Daniel > --- > drivers/gpu/drm/i915/intel_atomic.c | 3 --- > dri

[Intel-gfx] [PATCH] drm/i915: remove excessive scaler debugging messages

2015-08-14 Thread Jani Nikula
There's so much scaler debugging messages that it makes other debugging hard. Remove them. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_atomic.c | 3 --- drivers/gpu/drm/i915/intel_display.c | 2 -- 2 files changed, 5 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_atomic.c