Re: [PATCH] drm/mediatek: Fix config_updating flag never false when no mbox channel

2025-03-03 Thread Chun-Kuang Hu
Hi, Jason: Jason-JH Lin 於 2025年2月24日 週一 下午1:13寫道: > > When CONFIG_MTK_CMDQ is enabled, if the display is controlled by the CPU > while other hardware is controlled by the GCE, the display will encounter > a mbox request channel failure. > However, it will still enter the CONFIG_MTK_CMDQ statement

[PATCH] drm/mediatek: Fix config_updating flag never false when no mbox channel

2025-02-24 Thread Jason-JH Lin
When CONFIG_MTK_CMDQ is enabled, if the display is controlled by the CPU while other hardware is controlled by the GCE, the display will encounter a mbox request channel failure. However, it will still enter the CONFIG_MTK_CMDQ statement, causing the config_updating flag to never be set to false. A

Re: [PATCH] drm/mediatek: Fix config_updating flag never false when no mbox channel

2025-02-24 Thread 胡俊光