commit | ccd2094559d8639f04c6d2e59c3c93a6ae226ec0 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Dec 05 11:37:25 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Dec 05 13:50:54 2019 +0000 |
tree | 64807f0cecea275798452ad43c9e422f4e2dd05d | |
parent | a725d711e8d7bb1eb15cd19b5a2386a66f2e2ef5 [diff] |
drm/i915: Try hard to bind the context It is not acceptable for context pinning to fail with -ENOSPC as we should always be able to make space in the GGTT. The only reason we may fail is that other "temporary" context pins are reserving their space and we need to wait for an available slot. Closes: https://gitlab.freedesktop.org/drm/intel/issues/676 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191205113726.413351-2-chris@chris-wilson.co.uk