[PATCH 16/23] drm/savage: clean up reclaim_buffers

2011-11-06 Thread Tormod Volden
On Thu, Oct 27, 2011 at 1:07 PM, Daniel Vetter wrote: > The reclaim_buffers function of the savage driver actually wants to run > with the hw_lock held - at least there are printks in the call-chain > to that effect. But the drm core only calls reclaim_buffers as used > by savage _after_ forceful

Re: [PATCH 16/23] drm/savage: clean up reclaim_buffers

2011-11-06 Thread Tormod Volden
On Thu, Oct 27, 2011 at 1:07 PM, Daniel Vetter wrote: > The reclaim_buffers function of the savage driver actually wants to run > with the hw_lock held - at least there are printks in the call-chain > to that effect. But the drm core only calls reclaim_buffers as used > by savage _after_ forcefull

[PATCH 16/23] drm/savage: clean up reclaim_buffers

2011-10-27 Thread Daniel Vetter
The reclaim_buffers function of the savage driver actually wants to run with the hw_lock held - at least there are printks in the call-chain to that effect. But the drm core only calls reclaim_buffers as used by savage _after_ forcefully dropping the hwlock (in case it's still hold by the closing f

[PATCH 16/23] drm/savage: clean up reclaim_buffers

2011-10-27 Thread Daniel Vetter
The reclaim_buffers function of the savage driver actually wants to run with the hw_lock held - at least there are printks in the call-chain to that effect. But the drm core only calls reclaim_buffers as used by savage _after_ forcefully dropping the hwlock (in case it's still hold by the closing f