Re: [Intel-gfx] [PATCH] drm/i915: Print the changes required for modeset

2013-08-13 Thread Daniel Vetter
On Tue, Aug 13, 2013 at 03:00:59PM -0300, Paulo Zanoni wrote: > 2013/8/13 Chris Wilson : > > After computing the stage changes for the set_config, record those in > > the debug log. > > > > Signed-off-by: Chris Wilson > > I've already written different versions of this patch when debugging > thin

Re: [Intel-gfx] [PATCH] drm/i915: Print the changes required for modeset

2013-08-13 Thread Paulo Zanoni
2013/8/13 Chris Wilson : > After computing the stage changes for the set_config, record those in > the debug log. > > Signed-off-by: Chris Wilson I've already written different versions of this patch when debugging things in the past. Definitely useful. Reviewed-by: Paulo Zanoni > --- > drive

[Intel-gfx] [PATCH] drm/i915: Print the changes required for modeset

2013-08-13 Thread Chris Wilson
After computing the stage changes for the set_config, record those in the debug log. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_display.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index a