dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* drm reference counter connectors and fix lifetimes
@ 2016-04-15  5:10 Dave Airlie
  2016-04-15  5:10 ` [PATCH 01/15] drm/mode: rework drm_mode_object_put to drm_mode_object_unregister Dave Airlie
                   ` (15 more replies)
  0 siblings, 16 replies; 35+ messages in thread
From: Dave Airlie @ 2016-04-15  5:10 UTC (permalink / raw)
  To: dri-devel

I've been trolled since I did MST that I really didn't do a good job
on the connector lifetimes, so I finally felt guilty and had time to try
and fix this up.

This is a set of patches to handle connector lifetimes so that the connectors
don't go away in the middle of us doing something. I've done some testing
on this with kms_flip on my haswell laptop while undocking etc.

Daniel has been pestering me to finish it off, so I've cleaned up the last
few things in the mst patches at least for i915 and decided to send it out.

Dave.

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

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

end of thread, other threads:[~2016-04-27  6:29 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-15  5:10 drm reference counter connectors and fix lifetimes Dave Airlie
2016-04-15  5:10 ` [PATCH 01/15] drm/mode: rework drm_mode_object_put to drm_mode_object_unregister Dave Airlie
2016-04-21  8:03   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 02/15] drm/mode: move framebuffer_free up above framebuffer_init Dave Airlie
2016-04-21  8:03   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 03/15] drm/modes: drop __drm_framebuffer_unregister Dave Airlie
2016-04-21  8:05   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 04/15] drm/mode: introduce wrapper to read framebuffer refcount Dave Airlie
2016-04-21  8:07   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 05/15] drm/mode: move framebuffer reference into object Dave Airlie
2016-04-21  8:12   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 06/15] drm/mode: use _object_find to find framebuffers Dave Airlie
2016-04-21  8:14   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 07/15] drm/mode: reduce scope of fb_lock in framebuffer init Dave Airlie
2016-04-21  8:54   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 08/15] drm/mode: reduce lock hold in addfb2 Dave Airlie
2016-04-21  8:59   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 09/15] drm/modes: move reference taking into object lookup Dave Airlie
2016-04-21  9:05   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 10/15] drm/modes: reduce fb_lock to just protecting lists Dave Airlie
2016-04-21  9:06   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 11/15] drm/modes: stop handling framebuffer special Dave Airlie
2016-04-21  9:06   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 12/15] drm/modes: add connector reference counting Dave Airlie
2016-04-22  9:24   ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 13/15] drm: take references to connectors used in a modeset Dave Airlie
2016-04-22  8:49   ` Daniel Vetter
2016-04-27  1:44     ` Dave Airlie
2016-04-15  5:10 ` [PATCH 14/15] drm/i915/mst: use reference counted connectors Dave Airlie
2016-04-22  9:03   ` Daniel Vetter
2016-04-27  1:54     ` Dave Airlie
2016-04-27  6:29       ` Daniel Vetter
2016-04-15  5:10 ` [PATCH 15/15] drm/radeon/dp_mst: use connector ref counting Dave Airlie
2016-04-22  9:04   ` Daniel Vetter
2016-04-21  9:08 ` drm reference counter connectors and fix lifetimes 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).