drm/radeon/kms: IB locking dumps out a lockdep ordering issue
authorDave Airlie <airlied@linux.ie>
Tue, 15 Sep 2009 01:12:56 +0000 (11:12 +1000)
committerDave Airlie <airlied@linux.ie>
Tue, 15 Sep 2009 23:15:39 +0000 (09:15 +1000)
We sometimes lock IB then the ring and sometimes the ring then
the IB. This is mostly due to the IB locking not being well defined
about what data in the structs it actually locks. Define what I
believe is the correct behaviour and gets rid of the lock dep ordering
warning.

Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found