commit | e78891ca7648a14dda5760be7b03eba7c628a804 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Fri Jan 25 16:41:04 2013 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jan 31 11:50:08 2013 +0100 |
tree | 2b41cc4fa29873d501b7a09c827770da5f531528 | |
parent | a54c0c279f3864171fe53c66e769d5a137c5c651 [diff] |
drm/i915: Reclaim GTT space for failed PPGTT When the PPGTT init fails, we may as well reuse the space that we were reserving for the PPGTT PDEs. This also fixes an extraneous mutex_unlock. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>