commit | 6cf8a3f58806f12b975a89cfd7edf01566ff80a0 | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Thu Sep 10 21:46:48 2009 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Fri Sep 11 15:53:59 2009 +1000 |
tree | 5c940fa2e6651b7157744758cf008fb2d578db83 | |
parent | 923f6848e1686059ef8d272d1fca4d3577911a41 [diff] |
drm/radeon/kms: move modeset init outside of GPU init We are splitting GPU & modeset init so that it's easier to abord only remaining GPU init when somethings fails. We want to always provide enough funcionalities to get fbcon and a shadowfb X working. Only acceptable error during initialization are memory allocation failure or io mapping failure. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>