Re: [PATCH 09/13] drm/mediatek: Fix XRGB setting error in OVL

2024-06-17 Thread AngeloGioacchino Del Regno
Il 16/06/24 10:29, Hsiao Chien Sung via B4 Relay ha scritto: From: Hsiao Chien Sung CONST_BLD must be enabled for XRGB formats although the alpha channel can be ignored, or OVL will still read the value from memory. This error only affects CRC generation. Fixes: 119f5173628a ("drm/mediatek: Ad

Re: [PATCH 09/13] drm/mediatek: Fix XRGB setting error in OVL

2024-06-17 Thread 胡俊光

[PATCH 09/13] drm/mediatek: Fix XRGB setting error in OVL

2024-06-16 Thread Hsiao Chien Sung via B4 Relay
From: Hsiao Chien Sung CONST_BLD must be enabled for XRGB formats although the alpha channel can be ignored, or OVL will still read the value from memory. This error only affects CRC generation. Fixes: 119f5173628a ("drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.") Signed-off-by: Hsiao Ch