Re: [PATCH] drm/mediatek: Add wait_event_timeout when disabling plane

2025-05-25 Thread 林睿祥

Re: [PATCH] drm/mediatek: Add wait_event_timeout when disabling plane

2025-05-24 Thread Daniel Stone
Hi Jason, On Thu, 22 May 2025 at 09:52, Jason-JH Lin wrote: > Our hardware registers are set through GCE, not by the CPU. > DRM might assume the hardware is disabled immediately after calling > atomic_disable() of drm_plane, but it is only truly disabled after the > GCE IRQ is triggered. > > Addi

Re: [PATCH] drm/mediatek: Add wait_event_timeout when disabling plane

2025-05-22 Thread AngeloGioacchino Del Regno
Il 22/05/25 10:34, Jason-JH Lin ha scritto: Our hardware registers are set through GCE, not by the CPU. DRM might assume the hardware is disabled immediately after calling atomic_disable() of drm_plane, but it is only truly disabled after the GCE IRQ is triggered. Additionally, the cursor plane