drm/etnaviv: switch GEM allocations to __GFP_RETRY_MAYFAIL
authorLucas Stach <l.stach@pengutronix.de>
Fri, 11 Aug 2017 09:43:17 +0000 (11:43 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 15 Aug 2017 13:28:22 +0000 (15:28 +0200)
commit65375b873cb553c1e52d6e0d77d954011f44433e
treefddf8f3654a5fa4029319d9cafb171176fb86ef3
parent5247e2aac5c932e6d59af7715854d1bb47ebdf89
drm/etnaviv: switch GEM allocations to __GFP_RETRY_MAYFAIL

Now that we have a GFP flags with the expected semantic of "try reasonably
hard to find memory, but don't OOM", we should start to use it.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gem.c