Re: [RFC] drm/radeon: restoring ring commands in case of a lockup

2012-07-10 Thread Christian König
On 09.07.2012 18:10, Jerome Glisse wrote: On Mon, Jul 9, 2012 at 11:59 AM, Michel Dänzer wrote: On Mon, 2012-07-09 at 12:41 +0200, Christian König wrote: Hi, The following patchset tries to save and restore the not yet processed commands from the rings in case of a lockup and with that should

Re: [RFC] drm/radeon: restoring ring commands in case of a lockup

2012-07-09 Thread Jerome Glisse
On Mon, Jul 9, 2012 at 11:59 AM, Michel Dänzer wrote: > On Mon, 2012-07-09 at 12:41 +0200, Christian König wrote: >> Hi, >> >> The following patchset tries to save and restore the not yet processed >> commands >> from the rings in case of a lockup and with that should make a userspace >> problem

Re: [RFC] drm/radeon: restoring ring commands in case of a lockup

2012-07-09 Thread Michel Dänzer
On Mon, 2012-07-09 at 12:41 +0200, Christian König wrote: > Hi, > > The following patchset tries to save and restore the not yet processed > commands > from the rings in case of a lockup and with that should make a userspace > problem with a single application far less problematic. > > The firs