Messages in this thread |  | | From | Lyude Paul <> | Subject | [PATCH v7 0/5] Fix connector probing deadlocks from RPM bugs | Date | Mon, 13 Aug 2018 15:16:40 -0400 |
| |
Latest version of https://patchwork.freedesktop.org/series/46815/ , with one small change re: ilia
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 | 57 +++++++++++++++++++++ drivers/gpu/drm/nouveau/nouveau_fbcon.h | 5 ++ 6 files changed, 102 insertions(+), 14 deletions(-)
-- 2.17.1
|  |