Re: [Intel-gfx] [PATCH 1/2] drm/i915: Dump some DPLL fields in pipe config debug

2015-05-18 Thread Daniel Vetter
On Thu, May 14, 2015 at 01:58:40PM +0100, Damien Lespiau wrote: > On Thu, May 14, 2015 at 01:38:31PM +0100, Tvrtko Ursulin wrote: > > From: Tvrtko Ursulin > > > > v2: Split strings to 80 char, add ddi_pll_sel and fixed typo. (Damien > > Lespiau) > > > > Signed-off-by: Tvrtko Ursulin > > Cc: Da

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Dump some DPLL fields in pipe config debug

2015-05-18 Thread Daniel Vetter
On Wed, May 13, 2015 at 05:41:40PM +0100, Damien Lespiau wrote: > On Wed, May 13, 2015 at 04:51:07PM +0100, Tvrtko Ursulin wrote: > > From: Tvrtko Ursulin > > > > Tried to get the platform split right, please shout if I failed. > > > > Signed-off-by: Tvrtko Ursulin > > So, previously, we used

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Dump some DPLL fields in pipe config debug

2015-05-14 Thread Damien Lespiau
On Thu, May 14, 2015 at 01:38:31PM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > v2: Split strings to 80 char, add ddi_pll_sel and fixed typo. (Damien Lespiau) > > Signed-off-by: Tvrtko Ursulin > Cc: Damien Lespiau Reviewed-by: Damien Lespiau > --- > drivers/gpu/drm/i915/intel_di

[Intel-gfx] [PATCH 1/2] drm/i915: Dump some DPLL fields in pipe config debug

2015-05-14 Thread Tvrtko Ursulin
From: Tvrtko Ursulin v2: Split strings to 80 char, add ddi_pll_sel and fixed typo. (Damien Lespiau) Signed-off-by: Tvrtko Ursulin Cc: Damien Lespiau --- drivers/gpu/drm/i915/intel_display.c | 33 + 1 file changed, 33 insertions(+) diff --git a/drivers/gpu/drm/

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Dump some DPLL fields in pipe config debug

2015-05-13 Thread Damien Lespiau
On Wed, May 13, 2015 at 04:51:07PM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Tried to get the platform split right, please shout if I failed. > > Signed-off-by: Tvrtko Ursulin So, previously, we used to dump the whole list of states, even when the platform didn't care about all o

[Intel-gfx] [PATCH 1/2] drm/i915: Dump some DPLL fields in pipe config debug

2015-05-13 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Tried to get the platform split right, please shout if I failed. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/intel_display.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i