drm: rcar-du: Remove private copy of plane size and position
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 20 Feb 2015 13:58:38 +0000 (15:58 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 3 Mar 2015 14:16:13 +0000 (16:16 +0200)
commit287bdf03033709becec8b7d4a38f044939946abd
tree6b163dbb353d11034e880fc3a993d4cd0ac157fd
parent3e8da87d0c04e585f4af0f223376128f923cf7bc
drm: rcar-du: Remove private copy of plane size and position

The plane source and destination size and positions are stored in the
plane state, and a private copy is kept in the rcar_du_plane objects.
Remove the private copy as it just duplicates the state.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_plane.c
drivers/gpu/drm/rcar-du/rcar_du_plane.h