]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: Remove old init path as no hw use it anymore
authorJerome Glisse <jglisse@redhat.com>
Thu, 1 Oct 2009 16:02:11 +0000 (18:02 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 1 Oct 2009 23:33:46 +0000 (09:33 +1000)
commit9f9e282fbcf1a772f79ea341bfdc50b73d5fdcd2
tree3ffefdbe940c66591dd4863ccf3a766498bf5100
parent1ca3ca642002a82e3538f4d5cb6c561c45b169ae
drm/radeon/kms: Remove old init path as no hw use it anymore

This remove old init path and allow code cleanup, now all hw
use the new init path, see top of radeon.h for description of
this.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
13 files changed:
drivers/gpu/drm/radeon/r100.c
drivers/gpu/drm/radeon/r300.c
drivers/gpu/drm/radeon/r420.c
drivers/gpu/drm/radeon/r520.c
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_asic.h
drivers/gpu/drm/radeon/radeon_device.c
drivers/gpu/drm/radeon/rs400.c
drivers/gpu/drm/radeon/rs600.c
drivers/gpu/drm/radeon/rs690.c
drivers/gpu/drm/radeon/rv515.c
drivers/gpu/drm/radeon/rv770.c