Commits

Laurentiu Palcu committed 4b86b856448
MLK-17274: drm: imx: dcss: use_global_alpha not working if channel already enabled If the channel is already enabled, or it doesn't need a mode set, then the dcss_dtg_global_alpha_changed() will always return false for formats with per-pixel alpha. Hence, the plane will not be updated. This patch removes the check for image format and the check will be done for all image formats. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>