Re: [PATCH v3 0/2] drm/drm_crtc: dma_fence_ops fixes

From: André Draszik

Date: Tue Sep 15 2026 - 04:18:21 EST


On Tue, 2026-07-21 at 09:21 +0100, André Draszik wrote:
> Hi,
>
> These patches fix two issues in the drm/drm_crtc driver. Initially I
> was hitting the BUG_ON() in a scenario as explained in the commit
> message of what is now the second patch in this series.
>
> After posting, sashiko.dev noticed another issue, that was previously
> masked by the now-removed BUG_ON(). Since we can't have a loud BUG() be
> replaced with silent data corruption or worse, I've also added a patch
> to address this issue highlighted by sashiko.dev. I believe its
> observation and analysis to be correct.
>
> Cheers,
> Andre'

Friendly ping on this series.

Cheers,
Andre'