drm/radeon: allocate semaphore from the ib pool
authorJerome Glisse <jglisse@redhat.com>
Wed, 21 Dec 2011 17:13:47 +0000 (12:13 -0500)
committerDave Airlie <airlied@redhat.com>
Thu, 5 Jan 2012 10:03:53 +0000 (10:03 +0000)
commitc1341e52802ab401be7addb55408e23307f9074b
tree84319dfa10da13769fd9562eda73a8e60f069088
parent69e130a6a42270f94e6ee0bce34c3480a6b9da61
drm/radeon: allocate semaphore from the ib pool

This allow to share the ib pool with semaphore and avoid
having more bo around.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_device.c
drivers/gpu/drm/radeon/radeon_ring.c
drivers/gpu/drm/radeon/radeon_semaphore.c