[PATCH] drm/radeon/kms: properly set accel working flag and bailout when false

2012-02-21 Thread Alex Deucher
On Mon, Feb 20, 2012 at 5:57 PM, wrote: > From: Jerome Glisse > > If accel is not working many subsystem such as the ib pool might not be > initialized properly that can lead to segfault inside kernel when cs > ioctl is call with non working acceleration. To avoid this make sure > the accel work

Re: [PATCH] drm/radeon/kms: properly set accel working flag and bailout when false

2012-02-21 Thread Alex Deucher
On Mon, Feb 20, 2012 at 5:57 PM, wrote: > From: Jerome Glisse > > If accel is not working many subsystem such as the ib pool might not be > initialized properly that can lead to segfault inside kernel when cs > ioctl is call with non working acceleration. To avoid this make sure > the accel work

[PATCH] drm/radeon/kms: properly set accel working flag and bailout when false

2012-02-20 Thread j.gli...@gmail.com
From: Jerome Glisse If accel is not working many subsystem such as the ib pool might not be initialized properly that can lead to segfault inside kernel when cs ioctl is call with non working acceleration. To avoid this make sure the accel working flag is false when an error in GPU startup happen

[PATCH] drm/radeon/kms: properly set accel working flag and bailout when false

2012-02-20 Thread j . glisse
From: Jerome Glisse If accel is not working many subsystem such as the ib pool might not be initialized properly that can lead to segfault inside kernel when cs ioctl is call with non working acceleration. To avoid this make sure the accel working flag is false when an error in GPU startup happen