提交 14fe29e8 编写于 作者: D Daniel Vetter

drm/doc: Drop vblank_disable_allow wording

Forgot to update the docs when nuking that. Oops.

Fixes: fcee5906 ("drm: Nuke ->vblank_disable_allowed")
Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1464093915-3935-1-git-send-email-daniel.vetter@ffwll.ch
上级 d4055a9b
...@@ -2839,14 +2839,7 @@ void (*disable_vblank) (struct drm_device *dev, int crtc);</synopsis> ...@@ -2839,14 +2839,7 @@ void (*disable_vblank) (struct drm_device *dev, int crtc);</synopsis>
<para> <para>
Drivers must initialize the vertical blanking handling core with a call to Drivers must initialize the vertical blanking handling core with a call to
<function>drm_vblank_init</function> in their <function>drm_vblank_init</function> in their
<methodname>load</methodname> operation. The function will set the struct <methodname>load</methodname> operation.
<structname>drm_device</structname>
<structfield>vblank_disable_allowed</structfield> field to 0. This will
keep vertical blanking interrupts enabled permanently until the first mode
set operation, where <structfield>vblank_disable_allowed</structfield> is
set to 1. The reason behind this is not clear. Drivers can set the field
to 1 after <function>calling drm_vblank_init</function> to make vertical
blanking interrupts dynamically managed from the beginning.
</para> </para>
<para> <para>
Vertical blanking interrupts can be enabled by the DRM core or by drivers Vertical blanking interrupts can be enabled by the DRM core or by drivers
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册