drm: rcar-du: Fix hardware plane allocation
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 25 Feb 2015 16:38:25 +0000 (18:38 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 3 Mar 2015 14:16:09 +0000 (16:16 +0200)
commit3053460482af5f43d6967f34c8497a615969e604
tree6469ab279024ad8b0c4d1f355337025d22c9458e
parent917de180379da229c8c37fa790b76d0353576581
drm: rcar-du: Fix hardware plane allocation

The hardware plane allocator loops over all planes to find free
candidates. However, instead of looping over the number of hardware
planes, it loops over the number of software planes, which happens to be
larger by one unit. This has no effect in practise as the extra plane is
always cleared in the mask of free planes, but it should still be fixed
for correctness.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_plane.c
This page took 0.036321 seconds and 5 git commands to generate.