drm/radeon/kms: cut down indirects in register accesses.
authorDave Airlie <airlied@redhat.com>
Wed, 12 Aug 2009 08:43:14 +0000 (18:43 +1000)
committerDave Airlie <airlied@redhat.com>
Sat, 15 Aug 2009 22:36:34 +0000 (08:36 +1000)
We really don't want to be doing all these indirects, updating
the GPU gart table is something we do often so the less overhead the
better.

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

No differences found