Re: [PATCH 1/7] drm/mediatek: Add CCORR component support for MT8196

2025-02-26 Thread AngeloGioacchino Del Regno
Il 26/02/25 12:36, Jay Liu (刘博) ha scritto: On Wed, 2025-02-19 at 13:49 +0100, AngeloGioacchino Del Regno wrote: External email : Please do not click links or open attachments until you have verified the sender or the content. Il 19/02/25 10:20, Jay Liu ha scritto: Add CCORR component support

Re: [PATCH 1/7] drm/mediatek: Add CCORR component support for MT8196

2025-02-26 Thread 刘博

Re: [PATCH 1/7] drm/mediatek: Add CCORR component support for MT8196

2025-02-25 Thread 胡俊光

Re: [PATCH 1/7] drm/mediatek: Add CCORR component support for MT8196

2025-02-24 Thread 刘博

[PATCH 1/7] drm/mediatek: Add CCORR component support for MT8196

2025-02-19 Thread Jay Liu
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 hardware platform includes two CCORR (Color Correction) units. However, the `mtk_ccorr_ctm_set` API only ut

Re: [PATCH 1/7] drm/mediatek: Add CCORR component support for MT8196

2025-02-19 Thread AngeloGioacchino Del Regno
Il 19/02/25 10:20, 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 hardware platform includes two CCORR (Color Correction) units. How