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>
This commit is contained in:
parent
c010f8000a
commit
62a8ea3f7b
13 changed files with 7 additions and 355 deletions
|
@ -3176,7 +3176,6 @@ int r100_init(struct radeon_device *rdev)
|
|||
{
|
||||
int r;
|
||||
|
||||
rdev->new_init_path = true;
|
||||
/* Register debugfs file specific to this group of asics */
|
||||
r100_debugfs(rdev);
|
||||
/* Disable VGA */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue