[PATCH 49/49] evict-vm

Chris Wilson chris at chris-wilson.co.uk
Sat Jun 30 20:33:33 UTC 2018


---
 drivers/gpu/drm/i915/i915_gem_evict.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_gem_evict.c b/drivers/gpu/drm/i915/i915_gem_evict.c
index 104500ad75b7..fdb83336e95a 100644
--- a/drivers/gpu/drm/i915/i915_gem_evict.c
+++ b/drivers/gpu/drm/i915/i915_gem_evict.c
@@ -63,7 +63,7 @@ static int ggtt_flush(struct drm_i915_private *i915)
 	 * the hopes that we can then remove contexts and the like only
 	 * bound by their active reference.
 	 */
-	err = i915_gem_switch_to_kernel_context(i915, GFP_KERNEL);
+	err = i915_gem_switch_to_kernel_context(i915, GFP_NOWAIT);
 	if (err)
 		return err;
 
-- 
2.18.0



More information about the Intel-gfx-trybot mailing list