Re: [Intel-gfx] [PATCH 3/3] drm/i915: Try hard to bind the context

2019-12-03 Thread Chris Wilson
Quoting Mika Kuoppala (2019-12-03 13:24:03) > Chris Wilson writes: > > > 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 > > an

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Try hard to bind the context

2019-12-03 Thread Mika Kuoppala
Chris Wilson writes: > 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: htt

[Intel-gfx] [PATCH 3/3] drm/i915: Try hard to bind the context

2019-12-02 Thread Chris Wilson
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/in

[Intel-gfx] [PATCH 3/3] drm/i915: Try hard to bind the context

2019-12-02 Thread Chris Wilson
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/in