Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/drm/
Di915_drm.h599 #define I915_GEM_DOMAIN_INSTRUCTION 0x00000010 macro
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_context.c765 from->legacy_hw_ctx.rcs_state->base.read_domains = I915_GEM_DOMAIN_INSTRUCTION; in do_switch()
Di915_gem_execbuffer.c409 reloc->write_domain == I915_GEM_DOMAIN_INSTRUCTION && in i915_gem_execbuffer_relocate_entry()
Di915_drv.h224 I915_GEM_DOMAIN_INSTRUCTION | \
Dintel_ringbuffer.c159 if (invalidate_domains & I915_GEM_DOMAIN_INSTRUCTION) in gen4_render_ring_flush()