Re: [PATCH v2 0/7] vc4: Convert to drm_atomic_helper_commit

2020-12-16 Thread Maxime Ripard
On Fri, Dec 04, 2020 at 04:11:31PM +0100, Maxime Ripard wrote: > Hi, > > Here's a conversion of vc4 to remove the hand-rolled atomic_commit helper from > vc4 in favour of the generic one. > > This requires some rework of vc4, but also a new hook and some documentation > for corner-cases in the DR

[PATCH v2 0/7] vc4: Convert to drm_atomic_helper_commit

2020-12-07 Thread Maxime Ripard
Hi, Here's a conversion of vc4 to remove the hand-rolled atomic_commit helper from vc4 in favour of the generic one. This requires some rework of vc4, but also a new hook and some documentation for corner-cases in the DRM core that have been reported and explained by Daniel recently. Let me know