Searched refs:CONTEXT_NO_ZEROMAP (Results 1 – 3 of 3) sorted by relevance
928 args->value = ctx->flags & CONTEXT_NO_ZEROMAP; in i915_gem_context_getparam_ioctl()971 ctx->flags &= ~CONTEXT_NO_ZEROMAP; in i915_gem_context_setparam_ioctl()972 ctx->flags |= args->value ? CONTEXT_NO_ZEROMAP : 0; in i915_gem_context_setparam_ioctl()
714 if (ctx->flags & CONTEXT_NO_ZEROMAP) in i915_gem_execbuffer_reserve()
851 #define CONTEXT_NO_ZEROMAP (1<<0) macro