]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4e5af1a02d4c7dea7633ff8bcfd617d133abbf24
tree6b163dbb353d11034e880fc3a993d4cd0ac157fd
parentaa768edffe6914b37eed0d25cdde6f616f4eb817
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