[PATCH 24/24] drm/radeon: add faulty command buffer dump facilities

2012-04-25 Thread Luca Tettamanti
Hi Jerome, On Wed, Apr 25, 2012 at 9:03 PM, wrote: > From: Jerome Glisse > > This add a command buffer dumping facilities, that will > dump command buffer and all associated bo that most likely > triggered a lockup. [cut] I spotted this: > +void radeon_fence_blob_faulty_ib(struct radeon_devic

[PATCH 24/24] drm/radeon: add faulty command buffer dump facilities

2012-04-25 Thread Jerome Glisse
On Wed, Apr 25, 2012 at 5:53 PM, Luca Tettamanti wrote: > Hi Jerome, > > On Wed, Apr 25, 2012 at 9:03 PM, ? wrote: >> From: Jerome Glisse >> >> This add a command buffer dumping facilities, that will >> dump command buffer and all associated bo that most likely >> triggered a lockup. > [cut] > >

Re: [PATCH 24/24] drm/radeon: add faulty command buffer dump facilities

2012-04-25 Thread Jerome Glisse
On Wed, Apr 25, 2012 at 5:53 PM, Luca Tettamanti wrote: > Hi Jerome, > > On Wed, Apr 25, 2012 at 9:03 PM,   wrote: >> From: Jerome Glisse >> >> This add a command buffer dumping facilities, that will >> dump command buffer and all associated bo that most likely >> triggered a lockup. > [cut] > >

[PATCH 24/24] drm/radeon: add faulty command buffer dump facilities

2012-04-25 Thread j.gli...@gmail.com
From: Jerome Glisse This add a command buffer dumping facilities, that will dump command buffer and all associated bo that most likely triggered a lockup. Idea is that we go through unsignaled fence and we dump the ib of the oldest unsignaled fence. Dumping is a 2 step process on lockup detectio

Re: [PATCH 24/24] drm/radeon: add faulty command buffer dump facilities

2012-04-25 Thread Luca Tettamanti
Hi Jerome, On Wed, Apr 25, 2012 at 9:03 PM, wrote: > From: Jerome Glisse > > This add a command buffer dumping facilities, that will > dump command buffer and all associated bo that most likely > triggered a lockup. [cut] I spotted this: > +void radeon_fence_blob_faulty_ib(struct radeon_devic

[PATCH 24/24] drm/radeon: add faulty command buffer dump facilities

2012-04-25 Thread j . glisse
From: Jerome Glisse This add a command buffer dumping facilities, that will dump command buffer and all associated bo that most likely triggered a lockup. Idea is that we go through unsignaled fence and we dump the ib of the oldest unsignaled fence. Dumping is a 2 step process on lockup detectio