Re: [PATCH v2] mediatek: dsi: Correct calculation formula of PHY Timing

2024-11-24 Thread Jens Ziller
Am Thu, 21 Nov 2024 03:50:02 + schrieb CK Hu (胡俊光) : > Hi, Shuijing: > > On Sun, 2024-10-27 at 14:32 +0100, Jens Ziller wrote: > > External email : Please do not click links or open attachments > > until you have verified the sender or the content. > > > >

Re: [PATCH v2] mediatek: dsi: Correct calculation formula of PHY Timing

2024-10-27 Thread Jens Ziller
Am Fri, 12 Apr 2024 11:11:39 +0800 schrieb Shuijing Li : > This patch correct calculation formula of PHY timing. > The spec define HS-PREPARE should be from 40ns+4*UI(44ns) to > 85ns+6*UI(91ns). But current duration is 88ns and is near the > boundary. So this patch make the duration to 64ns so i

[imx-drm] YUV on the first primary plane is misinterpreted as RGB

2016-12-11 Thread Jens Ziller
Hello, if the fb on the first primary plane has pixel format YUV, the planes was misinterpreted as RGB. The y-plane is red, the u-plane is green and the v-plane is blue. On the overlay plane it works right. But I need the overlay plane for OSD. I tested with linux-4.9-rc7 and pza/linux imx-drm/n