drm/radeon/kms: Convert R100 to new init path (V2)
authorJerome Glisse <jglisse@redhat.com>
Thu, 1 Oct 2009 08:12:06 +0000 (10:12 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 1 Oct 2009 22:51:49 +0000 (08:51 +1000)
commitd4550907157d8b3d5286157c15f1200c44842269
tree0e9733667b3608ca44929650c8431878134c0315
parent207bf9e90cd40f91d4662127b8ae3b64e6b101c4
drm/radeon/kms: Convert R100 to new init path (V2)

New init path allow to simply asic initialization and make easier
to trace what happen on each different asic. We are removing most
callback. More cleanup should happen latter to remove even more
callback. Also cleanup register specific to R100,RV200,RV250.
Version 2 correct the placement on IGP of the VRAM inside GPU address
space to match the stollen RAM placement of IGP.

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