Commits
Liu Ying committed 8d0c8537568
drm/imx: dpu: kms: Support proper default blend mode Without the new blend modes("None", "Pre-multiplied" and "Coverage") introduced in the below commit, the old userspace assumes alpha in pixel is per-premultiplied by default. So, let's support the default blend mode properly. commit a5ec8332d428 ("drm: Add per-plane pixel blend mode property") Signed-off-by: Liu Ying <victor.liu@nxp.com>