dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm: atomic fb-helper support
@ 2015-08-25 19:35 Rob Clark
  2015-08-25 19:35 ` [PATCH 1/4] drm/fb-helper: add headerdoc for drm_fb_helper Rob Clark
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Rob Clark @ 2015-08-25 19:35 UTC (permalink / raw)
  To: dri-devel

Convert fb-helper, or at least the two code-paths which potentially
trigger more than a single update, to use atomic API if the driver
supports it.

The first patch is slightly unrelated, but I needed to add kerneldoc
for 'struct drm_fb_helper' before I could add kerneldoc for the new
atomic field.  Danvet tricked me into writing some kerneldoc that
way.

In theory, after this, we can re-introduce the ww_acquire_fini()
call.

Rob Clark (4):
  drm/fb-helper: add headerdoc for drm_fb_helper
  drm/fb-helper: atomic restore_fbdev_mode()..
  drm/fb-helper: atomic pan_display()..
  drm/i915: enable atomic fb-helper

 drivers/gpu/drm/drm_atomic_helper.c | 131 +++++++++++++++++++++---------------
 drivers/gpu/drm/drm_fb_helper.c     | 131 ++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_fbdev.c  |   2 +
 include/drm/drm_atomic_helper.h     |   6 ++
 include/drm/drm_fb_helper.h         |  22 ++++++
 5 files changed, 239 insertions(+), 53 deletions(-)

-- 
2.4.3

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

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

end of thread, other threads:[~2015-09-16 19:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 19:35 [PATCH 0/4] drm: atomic fb-helper support Rob Clark
2015-08-25 19:35 ` [PATCH 1/4] drm/fb-helper: add headerdoc for drm_fb_helper Rob Clark
2015-08-25 19:35 ` [PATCH 2/4] drm/fb-helper: atomic restore_fbdev_mode() Rob Clark
2015-08-26 11:47   ` Daniel Vetter
2015-08-25 19:35 ` [PATCH 3/4] drm/fb-helper: atomic pan_display() Rob Clark
2015-08-25 19:36 ` [PATCH 4/4] drm/i915: enable atomic fb-helper Rob Clark
2015-09-16 19:07 ` [PATCH 0/4] drm: atomic fb-helper support Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox