commit | 9f6aee952b18d9910912d7cedae9bd26bd901ac3 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Apr 28 23:59:29 2015 +0300 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon May 25 15:34:11 2015 +0300 |
tree | 0332bcafa5b7c254b72e35c9532694ac38758d4a | |
parent | 0855c6827f822b51b2b4fc86d1085f47463cb5c9 [diff] |
drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device The plane property objects are instantiated once per CRTC group, while they should be instantiated once globally for the device. Fix this and move them to the rcar_du_device structure. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>