All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm: Fix MST oopses in fbdev restore
@ 2016-10-26  9:05 ville.syrjala
  2016-10-26  9:05 ` [PATCH 1/4] drm/fb-helper: Fix connector ref leak on error ville.syrjala
                   ` (4 more replies)
  0 siblings, 5 replies; 43+ messages in thread
From: ville.syrjala @ 2016-10-26  9:05 UTC (permalink / raw)
  To: dri-devel; +Cc: Kirill A . Shutemov, Carlos Santa

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

This series would appear to be enough to avoid kernel oopses when trying
to restore the fbdev setup after a MST device has been yanked.

Apparently we still have some problems left in actually reacting properly
to the changed situation, but at least the kernel no longer explodes.

Entire series available here:
git://github.com/vsyrjala/linux.git dp_mst_fixes_3

Cc: Carlos Santa <carlos.santa@intel.com>
Cc: Kirill A. Shutemov <kirill@shutemov.name>

Ville Syrjälä (4):
  drm/fb-helper: Fix connector ref leak on error
  drm/fb-helper: Keep references for the current set of used connectors
  drm/dp/mst: Clear port->pdt when tearing down the i2c adapter
  drm/dp/mst: Check peer device type before attempting EDID read

 drivers/gpu/drm/drm_dp_mst_topology.c |  7 ++++++-
 drivers/gpu/drm/drm_fb_helper.c       | 32 ++++++++++++++++++++++++--------
 2 files changed, 30 insertions(+), 9 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2016-10-26 18:46 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-26  9:05 [PATCH 0/4] drm: Fix MST oopses in fbdev restore ville.syrjala
2016-10-26  9:05 ` [PATCH 1/4] drm/fb-helper: Fix connector ref leak on error ville.syrjala
2016-10-26  9:48   ` Chris Wilson
2016-10-26  9:48     ` Chris Wilson
2016-10-26  9:05 ` [PATCH 2/4] drm/fb-helper: Keep references for the current set of used connectors ville.syrjala
2016-10-26  9:05   ` ville.syrjala
2016-10-26  9:52   ` Chris Wilson
2016-10-26  9:52     ` Chris Wilson
2016-10-26 12:34     ` Ville Syrjälä
2016-10-26 12:34       ` Ville Syrjälä
2016-10-26 13:31   ` [PATCH v2 " ville.syrjala
2016-10-26 13:54     ` Chris Wilson
2016-10-26 13:54       ` Chris Wilson
2016-10-26 14:11       ` Ville Syrjälä
2016-10-26 14:11         ` Ville Syrjälä
2016-10-26 14:41   ` [PATCH v3 " ville.syrjala
2016-10-26 14:41     ` ville.syrjala
2016-10-26  9:05 ` [PATCH 3/4] drm/dp/mst: Clear port->pdt when tearing down the i2c adapter ville.syrjala
2016-10-26  9:05   ` ville.syrjala
2016-10-26 12:53   ` Daniel Vetter
2016-10-26 12:53     ` Daniel Vetter
2016-10-26 13:02     ` Ville Syrjälä
2016-10-26 13:02       ` Ville Syrjälä
2016-10-26 13:30   ` [PATCH v2 " ville.syrjala
2016-10-26 13:30     ` ville.syrjala
2016-10-26 13:35     ` Ville Syrjälä
2016-10-26 13:35       ` Ville Syrjälä
2016-10-26 14:02       ` Daniel Vetter
2016-10-26 14:02         ` Daniel Vetter
2016-10-26 16:54         ` Daniel Vetter
2016-10-26 16:54           ` Daniel Vetter
2016-10-26 14:46   ` [PATCH v3 " ville.syrjala
2016-10-26 14:46     ` ville.syrjala
2016-10-26  9:05 ` [PATCH 4/4] drm/dp/mst: Check peer device type before attempting EDID read ville.syrjala
2016-10-26 12:55   ` Daniel Vetter
2016-10-26 12:55     ` Daniel Vetter
2016-10-26 13:05     ` Ville Syrjälä
2016-10-26 13:05       ` Ville Syrjälä
2016-10-26 18:31   ` Carlos Santa
2016-10-26 18:31     ` Carlos Santa
2016-10-26 18:45     ` Ville Syrjälä
2016-10-26 18:45       ` Ville Syrjälä
2016-10-26 13:38 ` [PATCH 0/4] drm: Fix MST oopses in fbdev restore Ville Syrjälä

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.