Re: [PATCH] drm/radeon/kms: don't fail if we fail to init GPU acceleration

2009-09-18 Thread Dave Airlie
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 jgli...@redhat.com Applied thanks, Dave. -- Come build

[PATCH] drm/radeon/kms: don't fail if we fail to init GPU acceleration

2009-09-16 Thread Jerome Glisse
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