commit | 2c572c52079390f2a82b659a583943e0f93bd806 | [log] [tgz] |
---|---|---|
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Wed Sep 19 16:13:46 2018 +0100 |
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Wed Sep 19 16:43:48 2018 +0100 |
tree | a32da775d82722323073d5d85574ed048d21c61d | |
parent | f7747489cacf36bad255762c06e627aaf76808d1 [diff] |
drm: rcar-du: Enable alpha property on primary planes If the alpha property is not added to a plane, a default value will be used, which can result in a non-visible layer if the alpha is initialised as 0. Provide an alpha blend property on all planes. Fixes: 161ad653d6c9 ("drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logic") Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>