On Wed, Dec 3, 2025 at 4:10 AM Chaoyi Chen <[email protected]> wrote:
> It seems that multiple drivers currently depend on the CRTC being > enabled and they implement the same atomic_commit_tail(). > > Why not implement this in drm_atomic_helper_commit_tail_rpm() instead? > Or why not use another common helper function for this? So my v2 version of the patch series added a new special case helper tail function to do that: https://lore.kernel.org/dri-devel/[email protected]/ It was politely NACKed for complicating the helpers library (short story). It's part of the trail of how we got to this current patch series. Yours, Linus Walleij
