drm/radeon: fix cayman struct accessors.
authorDave Airlie <airlied@redhat.com>
Mon, 9 May 2011 04:54:33 +0000 (14:54 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 11 May 2011 03:01:21 +0000 (13:01 +1000)
commit285e042dcd9fe9a9b7fbfdc215e4d076791ded8e
treef5e359b3f3e41719526fd78ca6eac02e6cbb95e7
parent9f381a61f58bb6487c93ce2233bb9992f8ea9211
drm/radeon: fix cayman struct accessors.

We are accessing totally the wrong struct in this case, and putting
uninitialised values into the GPU, which it doesn't like unsurprisingly.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/ni.c