drm: fix documentation for drm_crtc_set_mode()
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Nov 2012 17:26:32 +0000 (17:26 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jun 2014 23:02:10 +0000 (16:02 -0700)
commit5f68cf4c76b5ac3808551555b81764c03c0a3b75
tree122857c6fe046e35275d776e07c33e9d9209101a
parentf11a1d5595cb0dc906e23819cfb2e320a524f790
drm: fix documentation for drm_crtc_set_mode()

commit 4c9287c6009b37754c42e0ba73a4cc79de92d8f8 upstream.

x and y parameters are offsets, not width/height

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: Weng Meiling <wengmeiling.weng@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/drm_crtc_helper.c