Re: [Intel-gfx] [PATCH 41/89] drm/i915/skl: Introduce intel_num_planes()

2014-09-17 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi On Thu, Sep 4, 2014 at 4:27 AM, Damien Lespiau wrote: > It can be handy to get the number of planes for this pipe, ie including > the primary plane to loop over them. Introduce a little function to do > so. > > Signed-off-by: Damien Lespiau > --- > drivers/gpu/drm/i9

[Intel-gfx] [PATCH 41/89] drm/i915/skl: Introduce intel_num_planes()

2014-09-04 Thread Damien Lespiau
It can be handy to get the number of planes for this pipe, ie including the primary plane to loop over them. Introduce a little function to do so. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/intel_drv.h | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/i915/i