]> git.baikalelectronics.ru Git - kernel.git/commit
drm: rcar-du: Fix build failure
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 15 May 2018 17:47:52 +0000 (20:47 +0300)
committerDave Airlie <airlied@redhat.com>
Thu, 17 May 2018 05:03:40 +0000 (15:03 +1000)
commit9f57734eda45d6fe9b56619f55bac0aab0e8e2c0
tree69770e68de2968124f26cf117a8f4d4a28f4b4be
parent1038d1ad89502265fe6a1f3f45c35f9f7251cca3
drm: rcar-du: Fix build failure

Commit 5f57833b9971 ("drm: rcar-du: Zero-out sg_tables when duplicating
plane state") introduced a reference to the alpha field of struct
rcar_du_vsp_plane_state that got removed in commit 2d84bafd7285
("drm/rcar-du: Convert to the new generic alpha property"). The issue
stems from the merge of the two commits through separate branches and
breaks compilation of the driver. Fix it.

Fixes: 5f57833b9971 ("drm: rcar-du: Zero-out sg_tables when duplicating plane state")
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Tested-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180515174752.28954-1-laurent.pinchart+renesas@ideasonboard.com
drivers/gpu/drm/rcar-du/rcar_du_vsp.c