mbox series

[v2,0/2] Miscellaneous runtime PM fixes for Nouveau

Message ID 20220714174234.949259-1-lyude@redhat.com (mailing list archive)
Headers show
Series Miscellaneous runtime PM fixes for Nouveau | expand

Message

Lyude Paul July 14, 2022, 5:42 p.m. UTC
Noticed these minor issues while trying to investigate

https://bugzilla.redhat.com/show_bug.cgi?id=2086470

While unfortunately I've been unable to confirm whether these patches
fix the specific problem in question, they're likely fixes we want to
pull in regardless.

Lyude Paul (2):
  drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from
    pm_runtime
  drm/nouveau: Don't pm_runtime_put_sync(), only
    pm_runtime_put_autosuspend()

 drivers/gpu/drm/nouveau/nouveau_display.c | 4 ++--
 drivers/gpu/drm/nouveau/nouveau_fbcon.c   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)