Home
last modified time | relevance | path

Searched refs:CONTEXT_ALIGN (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
Di915_gem_context.c99 #define CONTEXT_ALIGN (64<<10) macro
236 ret = i915_gem_object_pin(ctx->obj, CONTEXT_ALIGN, false, false); in create_default_context()
398 ret = i915_gem_object_pin(to->obj, CONTEXT_ALIGN, false, false); in do_switch()