All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/atomic: Cleanups for adding connector atomic check function.
@ 2017-04-06 11:18 Maarten Lankhorst
  2017-04-06 11:19 ` [PATCH 1/4] drm/atomic: Unify conflicting encoder handling Maarten Lankhorst
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Maarten Lankhorst @ 2017-04-06 11:18 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

Some small cleanups I came across to make drm_atomic_helper_check_modeset
more readable.

This makes it a lot more clear what atomic_check does and why it's called in
the place it is.

Maarten Lankhorst (4):
  drm/atomic: Unify conflicting encoder handling.
  drm/atomic: Set all the changed flags in one place.
  drm/atomic: Move enable/connector check up in check_modeset()
  drm/atomic: Add connector atomic_check function, v2.

 drivers/gpu/drm/drm_atomic_helper.c      | 84 ++++++++++++++++++++++----------
 include/drm/drm_atomic.h                 |  2 -
 include/drm/drm_modeset_helper_vtables.h | 34 +++++++++++++
 3 files changed, 93 insertions(+), 27 deletions(-)

-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-06 21:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06 11:18 [PATCH 0/4] drm/atomic: Cleanups for adding connector atomic check function Maarten Lankhorst
2017-04-06 11:19 ` [PATCH 1/4] drm/atomic: Unify conflicting encoder handling Maarten Lankhorst
2017-04-06 11:19 ` [PATCH 2/4] drm/atomic: Set all the changed flags in one place Maarten Lankhorst
2017-04-06 11:19 ` [PATCH 3/4] drm/atomic: Move enable/connector check up in check_modeset() Maarten Lankhorst
2017-04-06 11:19 ` [PATCH 4/4] drm/atomic: Add connector atomic_check function, v2 Maarten Lankhorst
2017-04-06 11:36 ` ✓ Fi.CI.BAT: success for drm/atomic: Cleanups for adding connector atomic check function Patchwork
2017-04-06 12:48 ` [PATCH 0/4] " Sean Paul
2017-04-06 21:04   ` Sean Paul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.