drm/radeon/kms: add support for semaphores v3
authorChristian König <deathsimple@vodafone.de>
Thu, 15 Sep 2011 17:02:22 +0000 (19:02 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Dec 2011 19:49:36 +0000 (19:49 +0000)
They are used to sync between rings, while fences
sync between a ring and the cpu.

v2 Fix radeon_semaphore_driver_fini when no semaphore were
allocated.

v3 Initialize list early on to avoid issue in case or early
error

Signed-off-by: Christian König <deathsimple@vodafone.de>
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found