We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1174bf1 commit d6b93bfCopy full SHA for d6b93bf
drivers/gpu/drm/nouveau/nouveau_display.c
@@ -495,7 +495,7 @@ nouveau_display_hpd_work(struct work_struct *work)
495
if (first_changed_connector)
496
drm_connector_put(first_changed_connector);
497
498
- pm_runtime_mark_last_busy(drm->dev->dev);
+ pm_runtime_mark_last_busy(dev->dev);
499
noop:
500
pm_runtime_put_autosuspend(dev->dev);
501
}
0 commit comments