commit | c222f399045de480d4af0b9e4cdfff1a083e3e1d | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Mon Sep 19 22:17:50 2016 +0200 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Sep 22 10:10:54 2016 +0300 |
tree | 3b1a7c9917deb1709da43d64113e0b776e0111a2 | |
parent | ac412c3d4ff216cb7315cd695be0956ca948aae6 [diff] |
drm/sun4i: Fix formats usable by the primary plane Even though all our planes can support the ARGB formats, the lowest plane (ie the primary plane) cannot use the alpha component, otherwise it will just result in the transparent area being entirely black. Since some applications will still require the ARGB format, let's force the format to XRGB to drop the alpha component entirely. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>