aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-05-15 21:47:13 -0400
committerDave Airlie <airlied@redhat.com>2014-05-15 21:47:13 -0400
commit425a9a3ad1e64a00b4dbc827ae58df2aaf10ef43 (patch)
tree24486fa04e292f875b7944f7086527819e72862b /Documentation/DocBook/drm.tmpl
parentad222799bec32a2db99c12b4dfa5dc19a1f6eaac (diff)
parenta74591d781a8e445e8d5aec8a8bb9ec43a31138b (diff)
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel into drm-next
Update pull request with drm core patches. Mostly some polish for the primary plane stuff and a pile of patches all over from Thierry. Has survived a few days in drm-intel-nightly without causing ill. I've frobbed my scripts a bit to also tag my topic branches so that you have something stable to pull - I've accidentally pushed a bunch more patches onto this branch before you've taken the old pull request. * tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel: drm: Make drm_crtc_helper_disable() return void drm: Fix indentation of closing brace drm/dp: Fix typo in comment drm: Fixup flip-work kerneldoc drm/fb: Fix typos drm/edid: Cleanup kerneldoc drm/edid: Drop revision argument for drm_mode_std() drm: Try to acquire modeset lock on panic or sysrq drm: remove unused argument from drm_open_helper drm: Handle ->disable_plane failures correctly drm: Simplify fb refcounting rules around ->update_plane drm/crtc-helper: gc usless connector loop in disable_unused_functions drm/plane_helper: don't disable plane in destroy function drm/plane-helper: Fix primary plane scaling check drm: make mode_valid callback optional drm/edid: Fill PAR in AVI infoframe based on CEA mode list
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r--Documentation/DocBook/drm.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 83dd0b043c28..165749dec5af 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -1895,8 +1895,8 @@ void intel_crt_init(struct drm_device *dev)
1895 <para> 1895 <para>
1896 The function filters out modes larger than 1896 The function filters out modes larger than
1897 <parameter>max_width</parameter> and <parameter>max_height</parameter> 1897 <parameter>max_width</parameter> and <parameter>max_height</parameter>
1898 if specified. It then calls the connector 1898 if specified. It then calls the optional connector
1899 <methodname>mode_valid</methodname> helper operation for each mode in 1899 <methodname>mode_valid</methodname> helper operation for each mode in
1900 the probed list to check whether the mode is valid for the connector. 1900 the probed list to check whether the mode is valid for the connector.
1901 </para> 1901 </para>
1902 </listitem> 1902 </listitem>
@@ -2257,7 +2257,7 @@ void intel_crt_init(struct drm_device *dev)
2257 <para> 2257 <para>
2258 Verify whether a mode is valid for the connector. Return MODE_OK for 2258 Verify whether a mode is valid for the connector. Return MODE_OK for
2259 supported modes and one of the enum drm_mode_status values (MODE_*) 2259 supported modes and one of the enum drm_mode_status values (MODE_*)
2260 for unsupported modes. This operation is mandatory. 2260 for unsupported modes. This operation is optional.
2261 </para> 2261 </para>
2262 <para> 2262 <para>
2263 As the mode rejection reason is currently not used beside for 2263 As the mode rejection reason is currently not used beside for