]> git.baikalelectronics.ru Git - kernel.git/commit
drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 28 Apr 2015 20:59:29 +0000 (23:59 +0300)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 25 May 2015 12:34:11 +0000 (15:34 +0300)
commit05f56c17973e3156434e690a004863eda954e4df
tree0332bcafa5b7c254b72e35c9532694ac38758d4a
parent1e5895fccd0b0912351a3b0d2336152d21fb6702
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>
drivers/gpu/drm/rcar-du/rcar_du_drv.h
drivers/gpu/drm/rcar-du/rcar_du_kms.c
drivers/gpu/drm/rcar-du/rcar_du_plane.c
drivers/gpu/drm/rcar-du/rcar_du_plane.h