]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/ttm: get rid of ttm_bo_is_reserved usage
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Thu, 27 Jun 2013 11:48:25 +0000 (13:48 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 28 Jun 2013 02:04:10 +0000 (12:04 +1000)
commit009a9dadb604aaea5205791a18e3df9a03a8c117
tree85f83bacd200dc8940397d9c663a4d76b1b99dac
parent3482032457f50cae196f6397ebec7f5f2ad3cf7d
drm/ttm: get rid of ttm_bo_is_reserved usage

Use lockdep_assert_held instead.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_bo.c