]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/imx: ipuv3-plane: add support for separate alpha planes
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 22 Jul 2016 10:02:45 +0000 (12:02 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 15 Mar 2017 14:42:33 +0000 (15:42 +0100)
commitf6b50ef14ea84725c1b41c9ffea611cdfb71c7dd
treeaa54a5dfdd0eff33e576ae70325405bdc0c435a8
parent0bfd56f05552b7d0d08a8c39b6198018b52de7f5
drm/imx: ipuv3-plane: add support for separate alpha planes

The IPUv3 can read 8-bit alpha values from a separate plane buffer using
a companion IDMAC channel driven by the Alpha Transparency Controller
(ATC) for the graphics channels. The conditional read mechanism allows
to reduce memory bandwidth by skipping reads of color data for
completely transparent bursts.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-plane.c
drivers/gpu/drm/imx/ipuv3-plane.h