Message ID | 20240616-mediatek-drm-next-v1-13-7e8f9cf785d8@mediatek.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Fix the errors of MediaTek display driver found by IGT | expand |
Il 16/06/24 10:29, Hsiao Chien Sung via B4 Relay ha scritto: > From: Hsiao Chien Sung <shawn.sung@mediatek.com> > > Set the plane alpha according to DRM plane property. > > Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.com> > Reviewed-by: CK Hu <ck.hu@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
diff --git a/drivers/gpu/drm/mediatek/mtk_ethdr.c b/drivers/gpu/drm/mediatek/mtk_ethdr.c index a302b12aae3f..16be98cee505 100644 --- a/drivers/gpu/drm/mediatek/mtk_ethdr.c +++ b/drivers/gpu/drm/mediatek/mtk_ethdr.c @@ -170,8 +170,10 @@ void mtk_ethdr_layer_config(struct device *dev, unsigned int idx, return; } - if (state->base.fb && state->base.fb->format->has_alpha) - alpha_con = MIXER_ALPHA_AEN | MIXER_ALPHA; + if (state->base.fb) { + alpha_con |= MIXER_ALPHA_AEN; + alpha_con |= state->base.alpha & MIXER_ALPHA; + } if (state->base.fb && !state->base.fb->format->has_alpha) { /*