]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commitb20f38679fee704d5ebfe2815fb5af492a0dde9f
tree3eb7f51fd9269c2538e6ae309d12082026c5ac0a
parent4f988d132d2668b4f3b42bfc70daa531115ccca1
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