dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] fb refcount and crtc helper patches
@ 2013-06-14 22:13 Daniel Vetter
  2013-06-14 22:13 ` [PATCH 1/6] drm/crtc-helpers: Enforce sane set_config api Daniel Vetter
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Daniel Vetter @ 2013-06-14 22:13 UTC (permalink / raw)
  To: DRI Development; +Cc: Daniel Vetter

Hi all,

Russell found a refcount bug in my fb refcounting conversion, but to also fix
i915.ko I've opted for a slightly different approach.

While at it I've thought it would be good to backport some of the semantic
changes we've implented in i915's ->set_config callback since we've forked our
own modeset infrastructure.

The intel code receive lots more refactorings and cleanups (most of them right
after the code fork) which would be simple to backport, but I'm kinda swamped
(hint, hint, ...). But these few patches are the important bits.

Cheers, Daniel

Daniel Vetter (6):
  drm/crtc-helpers: Enforce sane set_config api
  drm/crtc-helper: no need to check for fb->depth/bpp
  drm/crtc-helper: explicit DPMS on after modeset
  drm/crtc-helper: don't disable disconnected outputs
  drm: check that ->set_config properly updates the fb
  drm: fix fb leak in setcrtc

 drivers/gpu/drm/drm_crtc.c        |   25 +++++++++++++++-----
 drivers/gpu/drm/drm_crtc_helper.c |   47 +++++++++++++++++--------------------
 include/drm/drm_crtc.h            |    4 ++++
 3 files changed, 45 insertions(+), 31 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-06-25  9:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-14 22:13 [PATCH 0/6] fb refcount and crtc helper patches Daniel Vetter
2013-06-14 22:13 ` [PATCH 1/6] drm/crtc-helpers: Enforce sane set_config api Daniel Vetter
2013-06-14 22:13 ` [PATCH 2/6] drm/crtc-helper: no need to check for fb->depth/bpp Daniel Vetter
2013-06-14 22:13 ` [PATCH 3/6] drm/crtc-helper: explicit DPMS on after modeset Daniel Vetter
2013-06-15 20:41   ` [PATCH] " Daniel Vetter
2013-06-14 22:13 ` [PATCH 4/6] drm/crtc-helper: don't disable disconnected outputs Daniel Vetter
2013-06-15 20:41   ` [PATCH] " Daniel Vetter
2013-06-25  1:09     ` Dave Airlie
2013-06-25  9:29       ` Daniel Vetter
2013-06-14 22:13 ` [PATCH 5/6] drm: check that ->set_config properly updates the fb Daniel Vetter
2013-06-14 22:13 ` [PATCH 6/6] drm: fix fb leak in setcrtc 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).