Re: [Intel-gfx] [PATCH 48/89] drm/i915/skl: Allocate DDB portions for display planes

2014-09-19 Thread Ville Syrjälä
On Thu, Sep 04, 2014 at 12:27:14PM +0100, Damien Lespiau wrote: > v2: Fix the 3rd plane/cursor logic (Pradeep Bhat) > v3: Fix one-by-one error in the DDB allocation code > > Signed-off-by: Damien Lespiau > --- > drivers/gpu/drm/i915/intel_pm.c | 150 > >

[Intel-gfx] [PATCH 48/89] drm/i915/skl: Allocate DDB portions for display planes

2014-09-04 Thread Damien Lespiau
v2: Fix the 3rd plane/cursor logic (Pradeep Bhat) v3: Fix one-by-one error in the DDB allocation code Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/intel_pm.c | 150 1 file changed, 150 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_pm.c