Commit 4c9287c6 authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie

drm: fix documentation for drm_crtc_set_mode()

x and y parameters are offsets, not width/height
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a4799037
...@@ -346,8 +346,8 @@ drm_crtc_prepare_encoders(struct drm_device *dev) ...@@ -346,8 +346,8 @@ drm_crtc_prepare_encoders(struct drm_device *dev)
* drm_crtc_set_mode - set a mode * drm_crtc_set_mode - set a mode
* @crtc: CRTC to program * @crtc: CRTC to program
* @mode: mode to use * @mode: mode to use
* @x: width of mode * @x: horizontal offset into the surface
* @y: height of mode * @y: vertical offset into the surface
* *
* LOCKING: * LOCKING:
* Caller must hold mode config lock. * Caller must hold mode config lock.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment