drm/radeon/kms: Convert RS600 to new init path
authorJerome Glisse <jglisse@redhat.com>
Wed, 30 Sep 2009 20:09:06 +0000 (22:09 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 1 Oct 2009 23:25:50 +0000 (09:25 +1000)
commitc010f8000a925e08d84d9391e13dd297b9fdc393
treefb1c4bb4c417fe91f40b1d7697e8a11f27bddcea
parent3bc6853593bd4fba357dc252b3cf60cd86a1d2ec
drm/radeon/kms: Convert RS600 to new init path

New init path allow to simply asic initialization and make easier
to trace what happen on each different asic. We are removing most
callback. Do a massive RS600 register cleanup to clarify RS600
register, we are still bit fuzy on some register and waiting for
more informations. I don't have hw to test, so this patch is a
best effort to not break anythings and to try to improve things.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_asic.h
drivers/gpu/drm/radeon/rs600.c
drivers/gpu/drm/radeon/rs600d.h [new file with mode: 0644]