Searched refs:I915_GFP_ALLOW_FAIL (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c20 pt = kmalloc(sizeof(*pt), I915_GFP_ALLOW_FAIL);
39 pd = kzalloc(sizeof(*pd), I915_GFP_ALLOW_FAIL);
43 pd->entry = kcalloc(count, sizeof(*pd->entry), I915_GFP_ALLOW_FAIL);
H A Dintel_gtt.h35 #define I915_GFP_ALLOW_FAIL (GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN) macro

Completed in 116 milliseconds