commit | 69855819c7683c88e7f136f98b790392ebf9fe88 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Wed Nov 18 14:47:35 2015 -0800 |
committer | Stefan Agner <stefan@agner.ch> | Thu Feb 25 16:13:16 2016 -0800 |
tree | 4c4691aad5c9043c6d29733bc9e941f31c0a90f4 | |
parent | 638c93f61988c6fcc821646399f1fdd3895a34a2 [diff] |
drm/fsl-dcu: fix alpha blending Fix alpha blending by enabling alpha blending for the whole frame if a color mode with alpha channel is selected (DRM_FORMAT_ARGB*). Also support color modes without alpha channel (DRM_FORMAT_XRGB*) by just not enabling alpha blending on layer level. Signed-off-by: Stefan Agner <stefan@agner.ch>