Il 27/07/25 09:15, Jay Liu ha scritto:
Add CCORR component support for MT8196.
CCORR is a hardware module that optimizes the visual effects of
images by adjusting the color matrix, enabling features such as
night light.
The 8196 SoC has two CCORR hardware units, which must be chained
together in a fixed order in the display path to display the image
correctly. the `mtk_ccorr_ctm_set` API only utilizes one of these units.
To prevent the unused CCORR unit from inadvertently taking effect,
we need to block it in the mtk_crtc.c.
Signed-off-by: Jay Liu <jay....@mediatek.com>
Signed-off-by: 20220315152503 created <jay....@mediatek.com>
Please, remove that bogus "20220315152503 created" user that does not exist.
After which:
Reviewed-by: AngeloGioacchino Del Regno
<angelogioacchino.delre...@collabora.com>