Re: [PATCH v2 1/3] drm/mediatek: Fix YCbCr422 color format issue for DP

2024-12-30 Thread Chun-Kuang Hu
Hi, Liankun: Liankun Yang 於 2024年10月25日 週五 下午4:32寫道: > > Setting up misc0 for Pixel Encoding Format. > > According to the definition of YCbCr in spec 1.2a Table 2-96, > 0x1 << 1 should be written to the register. > > Use switch case to distinguish RGB, YCbCr422, > and unsupported color formats.

[PATCH v2 1/3] drm/mediatek: Fix YCbCr422 color format issue for DP

2024-10-25 Thread Liankun Yang
Setting up misc0 for Pixel Encoding Format. According to the definition of YCbCr in spec 1.2a Table 2-96, 0x1 << 1 should be written to the register. Use switch case to distinguish RGB, YCbCr422, and unsupported color formats. Fixes: f70ac097a2cf ("drm/mediatek: Add MT8195 Embedded DisplayPort d