[Intel-gfx] [PATCH 0/7] drm: Random pile of core stuff
Ville Syrjala
ville.syrjala at linux.intel.com
Fri Nov 15 19:41:57 UTC 2019
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
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
More information about the Intel-gfx
mailing list