aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/i915/i915_gem_execbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
index 944e9e543573..f187ca573e62 100644
--- a/drivers/gpu/drm/i915/i915_gem_execbuffer.c
+++ b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
@@ -285,7 +285,7 @@ static int eb_create(struct i915_execbuffer *eb)
285 * direct lookup. 285 * direct lookup.
286 */ 286 */
287 do { 287 do {
288 unsigned int flags; 288 gfp_t flags;
289 289
290 /* While we can still reduce the allocation size, don't 290 /* While we can still reduce the allocation size, don't
291 * raise a warning and allow the allocation to fail. 291 * raise a warning and allow the allocation to fail.