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:
6e8e9a0
)
drm/docs: Add todo entry for simple modeset suspend/resume
author
Noralf Trønnes
<noralf@tronnes.org>
Mon, 6 Nov 2017 19:18:12 +0000
(20:18 +0100)
committer
Noralf Trønnes
<noralf@tronnes.org>
Thu, 30 Nov 2017 17:19:42 +0000
(18:19 +0100)
Add entry for conversion of drivers to new helpers.
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/20171106191812.38927-7-noralf@tronnes.org
Documentation/gpu/todo.rst
patch
|
blob
|
history
diff --git
a/Documentation/gpu/todo.rst
b/Documentation/gpu/todo.rst
index a44f379d2b253f17b2fbff3456ea4a9a921a2da5..6bce1beafabe1c99800a51807daeb7e38b962170 100644
(file)
--- a/
Documentation/gpu/todo.rst
+++ b/
Documentation/gpu/todo.rst
@@
-185,6
+185,15
@@
are better.
Contact: Sean Paul, Maintainer of the driver you plan to convert
+Convert drivers to use simple modeset suspend/resume
+----------------------------------------------------
+
+Most drivers (except i915 and nouveau) that use
+drm_atomic_helper_suspend/resume() can probably be converted to use
+drm_mode_config_helper_suspend/resume().
+
+Contact: Maintainer of the driver you plan to convert
+
Core refactorings
=================