drm: rcar-du: Replace plane crtc and enabled fields by plane state
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 22 Feb 2015 17:24:59 +0000 (19:24 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 3 Mar 2015 14:16:25 +0000 (16:16 +0200)
commit47094194f070a5099854141bdbd54eae68e5ffd5
treecd2020325481e9db10b26a9897fbfb0a6c559f60
parentf398f344eb59cd9803091ee08bee77b4e473971e
drm: rcar-du: Replace plane crtc and enabled fields by plane state

The crtc and enabled fields duplicates information stored in the plane
state. Use the plane state instead and remove the fields.

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