dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] kms locking rework prep patches
@ 2012-12-18 21:25 Daniel Vetter
  2012-12-18 21:25 ` [PATCH 01/10] drm: review locking rules in drm_crtc.c Daniel Vetter
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Daniel Vetter @ 2012-12-18 21:25 UTC (permalink / raw)
  To: DRI Development; +Cc: Daniel Vetter

Hi all,

So I've beaten on the series a bit more, written some evil testcases and things
seem to hold up. I'm rather happy with it now. I've also reordered patches a bit
to move all the prep stuff which doesn't introduce the new concepts, but just
adds shims/docs/reworks driver locking where required to the front.

So if (driver) maintainers want to squeeze anything of this into 3.7, might make
the merging a bit easier, but not required at all. The only bugfix which is
required for 3.7 imo is the ttm locking fix, already reviewed by Jerome. exynos
and radeon patches are already merged, so not included here.

I'll harrass everyone with the full patchset (and probably an added patch with a
short overview in the docs for this tacked on top) next year around again.

Cheers, Daniel

Daniel Vetter (10):
  drm: review locking rules in drm_crtc.c
  drm/doc: integrate drm_crtc.c kerneldoc
  drm/<drivers>: reorder framebuffer init sequence
  drm/vmwgfx: reorder framebuffer init sequence
  drm/gma500: move fbcon restore to lastclose
  drm/nouveau: protect evo_wait/evo_kick sections with a channel mutex
  drm/nouveau: try to protect nbo->pin_refcount
  drm/ttm: fix fence locking in ttm_buffer_object_transfer
  drm/<drivers>: Unified handling of unimplemented fb->create_handle
  drm: encapsulate crtc->set_config calls

 Documentation/DocBook/drm.tmpl            |    4 +
 drivers/gpu/drm/ast/ast_main.c            |   12 +-
 drivers/gpu/drm/cirrus/cirrus_main.c      |   12 +-
 drivers/gpu/drm/drm_crtc.c                |  219 ++++++++++-------------------
 drivers/gpu/drm/drm_fb_cma_helper.c       |   10 +-
 drivers/gpu/drm/drm_fb_helper.c           |    6 +-
 drivers/gpu/drm/gma500/framebuffer.c      |   28 +---
 drivers/gpu/drm/gma500/psb_drv.c          |   10 ++
 drivers/gpu/drm/i2c/ch7006_drv.c          |    2 +-
 drivers/gpu/drm/i915/intel_display.c      |    5 +-
 drivers/gpu/drm/mgag200/mgag200_main.c    |   16 +--
 drivers/gpu/drm/nouveau/nouveau_bo.c      |   22 +--
 drivers/gpu/drm/nouveau/nouveau_bo.h      |    2 +
 drivers/gpu/drm/nouveau/nouveau_display.c |   10 +-
 drivers/gpu/drm/nouveau/nv04_display.c    |    2 +-
 drivers/gpu/drm/nouveau/nv17_tv.c         |    2 +-
 drivers/gpu/drm/nouveau/nv50_display.c    |    8 ++
 drivers/gpu/drm/radeon/radeon_display.c   |    2 +-
 drivers/gpu/drm/ttm/ttm_bo_util.c         |    4 +-
 drivers/gpu/drm/udl/udl_fb.c              |    3 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c       |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c       |   42 +++---
 drivers/staging/omapdrm/omap_fb.c         |   16 +--
 include/drm/drmP.h                        |    5 +
 include/drm/drm_crtc.h                    |    1 +
 25 files changed, 177 insertions(+), 268 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-12-20 13:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-18 21:25 [PATCH 00/10] kms locking rework prep patches Daniel Vetter
2012-12-18 21:25 ` [PATCH 01/10] drm: review locking rules in drm_crtc.c Daniel Vetter
2012-12-18 21:25 ` [PATCH 02/10] drm/doc: integrate drm_crtc.c kerneldoc Daniel Vetter
2012-12-19 18:19   ` Ville Syrjälä
2012-12-20 10:14     ` Daniel Vetter
2012-12-18 21:25 ` [PATCH 03/10] drm/<drivers>: reorder framebuffer init sequence Daniel Vetter
2012-12-18 21:25 ` [PATCH 04/10] drm/vmwgfx: " Daniel Vetter
2012-12-18 21:25 ` [PATCH 05/10] drm/gma500: move fbcon restore to lastclose Daniel Vetter
2012-12-18 21:25 ` [PATCH 06/10] drm/nouveau: protect evo_wait/evo_kick sections with a channel mutex Daniel Vetter
2012-12-20 13:19   ` [PATCH] " Daniel Vetter
2012-12-18 21:25 ` [PATCH 07/10] drm/nouveau: try to protect nbo->pin_refcount Daniel Vetter
2012-12-18 21:25 ` [PATCH 08/10] drm/ttm: fix fence locking in ttm_buffer_object_transfer Daniel Vetter
2012-12-18 21:25 ` [PATCH 09/10] drm/<drivers>: Unified handling of unimplemented fb->create_handle Daniel Vetter
2012-12-18 21:25 ` [PATCH 10/10] drm: encapsulate crtc->set_config calls Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).