drm: rename dev->count_lock to dev->buf_lock
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 16 Dec 2013 10:21:06 +0000 (11:21 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Apr 2014 08:32:43 +0000 (10:32 +0200)
commit2177a2182f3f375f64d9938dd884895c3872c380
treed34e7ccc73ba72cac17ad1449400e2a4ea8cc23e
parentfc8fd40eb29a936cc689d0008863d39a67741c67
drm: rename dev->count_lock to dev->buf_lock

Since really that's all it protects - legacy horror stories in
drm_bufs.c. Since I don't want to waste any more time on this I didn't
bother to actually look at what it protects in there, but it's at
least contained now.

v2: Move the spurious hunk to the right patch (Thierry).

Cc: Thierry Reding <thierry.reding@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_bufs.c
drivers/gpu/drm/drm_stub.c
include/drm/drmP.h
This page took 0.156643 seconds and 5 git commands to generate.