Re: [Intel-gfx] [PATCH] drm/i915: Make num_pipes a per-pipe value

2014-02-13 Thread Jani Nikula
On Wed, 12 Feb 2014, Damien Lespiau wrote: > In the future, we need to be able to specify per-pipe number of planes. > Let's start today! > > Signed-off-by: Damien Lespiau > --- > drivers/gpu/drm/i915/i915_dma.c | 14 +++--- > drivers/gpu/drm/i915/i915_drv.h | 4 ++-- > driver

[Intel-gfx] [PATCH] drm/i915: Make num_pipes a per-pipe value

2014-02-12 Thread Damien Lespiau
In the future, we need to be able to specify per-pipe number of planes. Let's start today! Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/i915_dma.c | 14 +++--- drivers/gpu/drm/i915/i915_drv.h | 4 ++-- drivers/gpu/drm/i915/intel_display.c | 4 ++-- 3 files changed,