Re: [Intel-gfx] [PATCH v2] drm/i915: Propagate errors on failed PPGTT

2014-01-15 Thread Rodrigo Vivi
fyi: I got a conflict here when trying to merge to -collector seemed like it was partially applied already. On Tue, Dec 3, 2013 at 11:27 PM, Ben Widawsky wrote: > Clean up the return values/error handling so it's obvious what is going > on. This was tripped over in the PPGTT branch where code was

[Intel-gfx] [PATCH v2] drm/i915: Propagate errors on failed PPGTT

2013-12-03 Thread Ben Widawsky
Clean up the return values/error handling so it's obvious what is going on. This was tripped over in the PPGTT branch where code was added to do a ret = foo() near the top, and this ended up bypassing some error cases later. These errors shouldn't exist with today's code, but a future patch will a