Hi Laurent,
On Wed, 2018-01-17 at 23:55 +0200, Laurent Pinchart wrote:
Hello,
This patch series removes a few cargo-cult constructs from a set of atomic drivers.
Patches 01/12 and 02/12 remove the unneeded .mode_set() and .mode_set_base() CRTC handlers from the arc and atmel-hlcdc drivers.
Patches 03/12 to 12/12 then remove the use of drm_plane_helper_disable() from the plane .destroy() handlers of atomic drivers, replacing them with the use of drm_atomic_helper_shutdown() at removal time. Interleaved there are patches 04/12 and 06/12 that remove unnecessary cleanups in error paths, and patch 09/12 that adds missing cleanup.
All this has been compile-tested only.
I'd like to test it on ARC boards and so wondering if there's a git tree with these patches so I'm not missing any prerequisites or maybe you may specify what should be used as a base for the series?
-Alexey