]> git.baikalelectronics.ru Git - kernel.git/commit
drm crtc: Fix locking comments
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 1 Feb 2012 10:38:31 +0000 (11:38 +0100)
committerDave Airlie <airlied@redhat.com>
Fri, 3 Feb 2012 10:04:26 +0000 (10:04 +0000)
commit3fafa7372f3ebe9e88c2c46aa87e3cd2079a0de1
tree3eb7f51fd9269c2538e6ae309d12082026c5ac0a
parent3cf85d2aa617686f191131a4347408fd3c8869c2
drm crtc: Fix locking comments

Several comments above functions say that the caller must hold the
mode_config lock, but the functions take the lock themselves. Fix
the comments.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc.c