drm/radeon/kms: don't fail if we fail to init GPU acceleration
authorJerome Glisse <jglisse@redhat.com>
Wed, 16 Sep 2009 13:24:21 +0000 (15:24 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 18 Sep 2009 06:01:57 +0000 (16:01 +1000)
Userspace can query if acceleration is working or not true get
info ioctl and could fallback to software if for some reason
kernel failed to initialize KMS. This should allow to give a
working KMS setup in all case (even with non functionning accel).

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found