aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-22 10:42:02 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-13 07:48:31 -0400
commitaa4cd9100e0709ea0bc6f85090188ace895e51fe (patch)
treedf2acc5548cdd33ce65c9116ad07a337a34bc273 /Documentation
parente1f8ebdcc230a9ff9e9e17707c22a5f0a5a885ee (diff)
drm/doc: Document drm_helper_resume_force_mode
Stumbled over while reviewing all occurences in the DRM doc talking about suspend/resume. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 26539ee3c63e..8e1052434bab 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -1151,8 +1151,11 @@ int max_width, max_height;</synopsis>
1151 This operation is called with the mode config lock held. 1151 This operation is called with the mode config lock held.
1152 </para> 1152 </para>
1153 <note><para> 1153 <note><para>
1154 FIXME: How should set_config interact with DPMS? If the CRTC is 1154 Note that the drm core has no notion of restoring the mode setting
1155 suspended, should it be resumed? 1155 state after resume, since all resume handling is in the full
1156 responsibility of the driver. The common mode setting helper library
1157 though provides a helper which can be used for this:
1158 <function>drm_helper_resume_force_mode</function>.
1156 </para></note> 1159 </para></note>
1157 </sect4> 1160 </sect4>
1158 <sect4> 1161 <sect4>