[PATCH] drm/radeon: avoid segfault on device open when accel is not working.

2014-05-19 Thread Christian König
Am 19.05.2014 16:36, schrieb Alex Deucher: > On Sat, May 17, 2014 at 10:16 PM, Dieter N?tzel > wrote: >> Hello Christian, >> >> no one has picked this. >> http://lists.freedesktop.org/archives/dri-devel/2014-May/059189.html >> >> Even Alex ACKed it. >> http://lists.freedesktop.org/archives/dri-de

[PATCH] drm/radeon: avoid segfault on device open when accel is not working.

2014-05-19 Thread Alex Deucher
On Sat, May 17, 2014 at 10:16 PM, Dieter N?tzel wrote: > Hello Christian, > > no one has picked this. > http://lists.freedesktop.org/archives/dri-devel/2014-May/059189.html > > Even Alex ACKed it. > http://lists.freedesktop.org/archives/dri-devel/2014-May/059191.html Christian, can you grab this

[PATCH] drm/radeon: avoid segfault on device open when accel is not working.

2014-05-18 Thread Dieter Nützel
Hello Christian, no one has picked this. http://lists.freedesktop.org/archives/dri-devel/2014-May/059189.html Even Alex ACKed it. http://lists.freedesktop.org/archives/dri-devel/2014-May/059191.html Greetings, Dieter

[PATCH] drm/radeon: avoid segfault on device open when accel is not working.

2014-05-07 Thread Alex Deucher
On Wed, May 7, 2014 at 4:35 PM, wrote: > From: J?r?me Glisse > > When accel is not working on device with virtual address space radeon > segfault because the ib buffer is NULL and trying to map it inside the > virtual address space trigger segfault. This patch only map the ib > buffer if accel i

[PATCH] drm/radeon: avoid segfault on device open when accel is not working.

2014-05-07 Thread j.gli...@gmail.com
From: J?r?me Glisse When accel is not working on device with virtual address space radeon segfault because the ib buffer is NULL and trying to map it inside the virtual address space trigger segfault. This patch only map the ib buffer if accel is working. Cc: Signed-off-by: J?r?me Glisse ---