mbox series

[v6,0/5] Fix connector probing deadlocks from RPM bugs

Message ID 20180813190706.24172-1-lyude@redhat.com (mailing list archive)
Headers show
Series Fix connector probing deadlocks from RPM bugs | expand

Message

Lyude Paul Aug. 13, 2018, 7:06 p.m. UTC
Latest version of https://patchwork.freedesktop.org/series/46815/ with
some significant improvements:

 - I finally figured out a clean way to do this entirely with runtime PM
   helpers, no avoiding grabbing refs required!
 - Since this new method removes the need for a lot of the other changes
   I made (although we probably still want those changes, but not for
   fixing these deadlocks) I've removed those now irrelevant patches from
   the series and will resend them on their own to make reviewing this
   go faster.

Lyude Paul (5):
  drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement
  drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()
  drm/nouveau: Fix deadlock with fb_helper with async RPM requests
  drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()
  drm/nouveau: Fix deadlocks in nouveau_connector_detect()

 drivers/gpu/drm/nouveau/dispnv50/disp.c     |  2 +-
 drivers/gpu/drm/nouveau/nouveau_connector.c | 42 +++++++++---
 drivers/gpu/drm/nouveau/nouveau_display.c   |  9 ++-
 drivers/gpu/drm/nouveau/nouveau_drm.c       |  1 -
 drivers/gpu/drm/nouveau/nouveau_fbcon.c     | 72 +++++++++++++++++++++
 drivers/gpu/drm/nouveau/nouveau_fbcon.h     |  7 ++
 6 files changed, 119 insertions(+), 14 deletions(-)