]> 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)
commiteffe45781cd1ba72f8e4fbd145323c0690191d1f
tree69770e68de2968124f26cf117a8f4d4a28f4b4be
parent6e33ea794d6879e2e83915c7402b7544c7924c82
drm: rcar-du: Fix build failure

Commit 6ef803e4185a ("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 f300540b926c
("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: 6ef803e4185a ("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