Re: [Intel-gfx] [PATCH 06/11] drm/i915/skl+: unify cpp value in WM calculation

2017-07-14 Thread Mahesh Kumar
Hi Jani, Thanks for review. On Friday 14 July 2017 03:56 PM, Jani Nikula wrote: On Thu, 13 Jul 2017, Maarten Lankhorst wrote: Op 05-07-17 om 16:31 schreef Mahesh Kumar: From: "Kumar, Mahesh" use same cpp value in different phase of plane WM caluclation. Signed-off-by: Mahesh Kumar Revi

Re: [Intel-gfx] [PATCH 06/11] drm/i915/skl+: unify cpp value in WM calculation

2017-07-14 Thread Jani Nikula
On Thu, 13 Jul 2017, Maarten Lankhorst wrote: > Op 05-07-17 om 16:31 schreef Mahesh Kumar: >> From: "Kumar, Mahesh" >> >> use same cpp value in different phase of plane WM caluclation. >> >> Signed-off-by: Mahesh Kumar >> Reviewed-by: Maarten Lankhorst >> --- >> drivers/gpu/drm/i915/intel_pm.

Re: [Intel-gfx] [PATCH 06/11] drm/i915/skl+: unify cpp value in WM calculation

2017-07-13 Thread Maarten Lankhorst
Op 05-07-17 om 16:31 schreef Mahesh Kumar: > From: "Kumar, Mahesh" > > use same cpp value in different phase of plane WM caluclation. > > Signed-off-by: Mahesh Kumar > Reviewed-by: Maarten Lankhorst > --- > drivers/gpu/drm/i915/intel_pm.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletio

[Intel-gfx] [PATCH 06/11] drm/i915/skl+: unify cpp value in WM calculation

2017-07-05 Thread Mahesh Kumar
From: "Kumar, Mahesh" use same cpp value in different phase of plane WM caluclation. Signed-off-by: Mahesh Kumar Reviewed-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_pm.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drive