Re: [PATCH v3] drm/mediatek: ovl: Add fmt_convert function pointer to driver data

2024-09-23 Thread 林睿祥

Re: [PATCH v3] drm/mediatek: ovl: Add fmt_convert function pointer to driver data

2024-09-22 Thread 胡俊光

Re: [PATCH v3] drm/mediatek: ovl: Add fmt_convert function pointer to driver data

2024-09-18 Thread AngeloGioacchino Del Regno
Il 17/09/24 18:44, Jason-JH.Lin ha scritto: OVL_CON_CLRFMT_MAN is a configuration for extending color format settings of DISP_REG_OVL_CON(n). It will change some of the original color format settings. Take the settings of (3 << 12) for example. - If OVL_CON_CLRFMT_MAN = 0 means OVL_CON_CLRFMT_RG

[PATCH v3] drm/mediatek: ovl: Add fmt_convert function pointer to driver data

2024-09-17 Thread Jason-JH . Lin
OVL_CON_CLRFMT_MAN is a configuration for extending color format settings of DISP_REG_OVL_CON(n). It will change some of the original color format settings. Take the settings of (3 << 12) for example. - If OVL_CON_CLRFMT_MAN = 0 means OVL_CON_CLRFMT_RGBA. - If OVL_CON_CLRFMT_MAN = 1 means OVL_