drm/radeon: fix driver initialization order so radeon kms can be builtin
TTM need to be initialized before radeon if KMS is enabled otherwise the kernel will crash hard. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:

committed by
Dave Airlie

parent
e14cbee401
commit
176f613e60
@@ -345,7 +345,7 @@ static void __exit radeon_exit(void)
|
||||
drm_exit(driver);
|
||||
}
|
||||
|
||||
late_initcall(radeon_init);
|
||||
module_init(radeon_init);
|
||||
module_exit(radeon_exit);
|
||||
|
||||
MODULE_AUTHOR(DRIVER_AUTHOR);
|
||||
|
Reference in New Issue
Block a user