From: Rob Clark <robdclark@gmail.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH 0/4] drm: atomic fb-helper support
Date: Tue, 25 Aug 2015 15:35:56 -0400 [thread overview]
Message-ID: <1440531360-20470-1-git-send-email-robdclark@gmail.com> (raw)
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
next reply other threads:[~2015-08-25 19:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-25 19:35 Rob Clark [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440531360-20470-1-git-send-email-robdclark@gmail.com \
--to=robdclark@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox