dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Clark <robdclark@gmail.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH 0/2] remaining bits of 'prepare for preparing for atomic'
Date: Wed,  4 Jun 2014 10:27:24 -0400	[thread overview]
Message-ID: <1401892046-10287-1-git-send-email-robdclark@gmail.com> (raw)

The remaining bits.. mostly addition of docs for drm_modeset_lock

Rob Clark (2):
  drm: convert crtc and connection_mutex to ww_mutex (v4)
  drm: add drm_fb_helper_restore_fbdev_mode_unlocked()

 Documentation/DocBook/drm.tmpl            |   6 +
 drivers/gpu/drm/Makefile                  |   3 +-
 drivers/gpu/drm/armada/armada_fbdev.c     |   4 +-
 drivers/gpu/drm/drm_crtc.c                |  85 +++++++---
 drivers/gpu/drm/drm_crtc_helper.c         |   3 +-
 drivers/gpu/drm/drm_fb_cma_helper.c       |   9 +-
 drivers/gpu/drm/drm_fb_helper.c           |  54 +++++--
 drivers/gpu/drm/drm_modeset_lock.c        | 247 ++++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_plane_helper.c        |   2 +-
 drivers/gpu/drm/exynos/exynos_drm_fbdev.c |   4 +-
 drivers/gpu/drm/gma500/psb_drv.c          |   4 +-
 drivers/gpu/drm/i915/intel_crt.c          |   5 +-
 drivers/gpu/drm/i915/intel_display.c      |  56 ++++---
 drivers/gpu/drm/i915/intel_dp.c           |  14 +-
 drivers/gpu/drm/i915/intel_drv.h          |   6 +-
 drivers/gpu/drm/i915/intel_fbdev.c        |   6 +-
 drivers/gpu/drm/i915/intel_opregion.c     |   4 +-
 drivers/gpu/drm/i915/intel_overlay.c      |   4 +-
 drivers/gpu/drm/i915/intel_panel.c        |   8 +-
 drivers/gpu/drm/i915/intel_sprite.c       |   2 +-
 drivers/gpu/drm/i915/intel_tv.c           |   5 +-
 drivers/gpu/drm/msm/msm_drv.c             |   7 +-
 drivers/gpu/drm/omapdrm/omap_crtc.c       |  10 +-
 drivers/gpu/drm/omapdrm/omap_drv.c        |   4 +-
 drivers/gpu/drm/tegra/fb.c                |   7 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c       |   8 +-
 include/drm/drmP.h                        |   5 -
 include/drm/drm_crtc.h                    |  15 +-
 include/drm/drm_fb_helper.h               |   2 +-
 include/drm/drm_modeset_lock.h            | 123 +++++++++++++++
 30 files changed, 576 insertions(+), 136 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_modeset_lock.c
 create mode 100644 include/drm/drm_modeset_lock.h

-- 
1.9.3

             reply	other threads:[~2014-06-04 14:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-04 14:27 Rob Clark [this message]
2014-06-04 14:27 ` [PATCH 1/2] drm: convert crtc and connection_mutex to ww_mutex (v4) Rob Clark
2014-06-04 14:47   ` Daniel Vetter
2014-06-04 14:27 ` [PATCH 2/2] drm: add drm_fb_helper_restore_fbdev_mode_unlocked() Rob Clark

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=1401892046-10287-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