OSDN Git Service

drm/i915/selftests: Use NOWARN for large allocations
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 22 Nov 2017 12:06:00 +0000 (12:06 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 22 Nov 2017 12:15:39 +0000 (12:15 +0000)
commitc65c8b0f7a1f90e84c273e111fc9391c50c3c482
treed052bd919a543f97e7da160954617e37bd5f0fba
parent6060b6aec03c76f9ce0977b70c27429d39d2956e
drm/i915/selftests: Use NOWARN for large allocations

We may try to do a large kmalloc for the permutation array, falling back
to a smaller array/test if the first allocation fails. Since we are
intentionally trying a large allocation which may fail, pass __GFP_NOWARN.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103842
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171122120600.27025-1-chris@chris-wilson.co.uk
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
drivers/gpu/drm/i915/selftests/i915_random.c