projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7b2d4
)
drm/nouveau: Remove useless poll_enable() call in drm_load()
author
Lyude Paul
<
[email protected]
>
Wed, 15 Aug 2018 19:15:13 +0000
(15:15 -0400)
committer
Ben Skeggs
<
[email protected]
>
Thu, 6 Sep 2018 20:54:26 +0000
(06:54 +1000)
Again, this doesn't do anything. drm_kms_helper_poll_enable() will have
already been called in nouveau_display_init()
Signed-off-by: Lyude Paul <
[email protected]
>
Reviewed-by: Karol Herbst <
[email protected]
>
Acked-by: Daniel Vetter <
[email protected]
>
Cc: Lukas Wunner <
[email protected]
>
Signed-off-by: Ben Skeggs <
[email protected]
>
drivers/gpu/drm/nouveau/nouveau_drm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_drm.c
b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 5fdc1fbe2ee5a8643267ee6d4f4055ad934219e0..04f704b77a3cd99fd168f9556634df01b7fc31fd 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_drm.c
@@
-592,10
+592,8
@@
nouveau_drm_load(struct drm_device *dev, unsigned long flags)
pm_runtime_allow(dev->dev);
pm_runtime_mark_last_busy(dev->dev);
pm_runtime_put(dev->dev);
- } else {
- /* enable polling for external displays */
- drm_kms_helper_poll_enable(dev);
}
+
return 0;
fail_dispinit: