]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/docs: Fix documentation for drm_atomic_set_mode_for_crtc
authorDhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Tue, 31 Jan 2017 06:18:38 +0000 (22:18 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 31 Jan 2017 11:38:55 +0000 (12:38 +0100)
drm_atomic_set_mode_for_crtc() modifies the .enable member of CRTC state
but documentation claims otherwise, fix that.

Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1485843518-28438-1-git-send-email-dhinakaran.pandiyan@intel.com
drivers/gpu/drm/drm_atomic.c

index e5b738660d66c0a6bc7324d0b047dc5612cc4115..c97588a2821636eb9577122b0e4d4fb14e115221 100644 (file)
@@ -307,9 +307,8 @@ static s64 __user *get_out_fence_for_crtc(struct drm_atomic_state *state,
  * @state: the CRTC whose incoming state to update
  * @mode: kernel-internal mode to use for the CRTC, or NULL to disable
  *
- * Set a mode (originating from the kernel) on the desired CRTC state. Does
- * not change any other state properties, including enable, active, or
- * mode_changed.
+ * Set a mode (originating from the kernel) on the desired CRTC state and update
+ * the enable property.
  *
  * RETURNS:
  * Zero on success, error code on failure. Cannot return -EDEADLK.