From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> I found this random pile of stuff lying around. Dusted it off and tossed in the new selftests. Ville Syrjälä (7): drm: Move page_flip fb lookup earlier drm: Allocate the page flip event earlier drm: Extract page_flip_{internal,atomic}() drm: Simplify the setplane old_fb handling further drm/selftests: Add some selftests for drm_atomic_set_mode_for_crtc() drm/atomic: Fix the early return in drm_atomic_set_mode_for_crtc() drm/atomic: Reduce setplane locking drivers/gpu/drm/drm_atomic_uapi.c | 9 +- drivers/gpu/drm/drm_plane.c | 285 +++++++++++------- drivers/gpu/drm/selftests/Makefile | 3 +- .../gpu/drm/selftests/drm_modeset_selftests.h | 2 + .../gpu/drm/selftests/test-drm_atomic_uapi.c | 110 +++++++ .../drm/selftests/test-drm_modeset_common.h | 2 + 6 files changed, 291 insertions(+), 120 deletions(-) create mode 100644 drivers/gpu/drm/selftests/test-drm_atomic_uapi.c -- 2.23.0 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel