Searched refs:I915_DISPATCH_SECURE (Results 1 – 8 of 8) sorted by relevance
212 I915_DISPATCH_SECURE); in intel_renderstate_emit()219 I915_DISPATCH_SECURE); in intel_renderstate_emit()
431 #define I915_DISPATCH_SECURE BIT(0) macro
1094 I915_DISPATCH_SECURE ? 0 : MI_BATCH_NON_SECURE_I965); in i965_emit_bb_start()1161 *cs++ = offset | (dispatch_flags & I915_DISPATCH_SECURE ? 0 : in i830_emit_bb_start()1180 *cs++ = offset | (dispatch_flags & I915_DISPATCH_SECURE ? 0 : in i915_emit_bb_start()2100 *cs++ = MI_BATCH_BUFFER_START | (dispatch_flags & I915_DISPATCH_SECURE ? in hsw_emit_bb_start()2120 *cs++ = MI_BATCH_BUFFER_START | (dispatch_flags & I915_DISPATCH_SECURE ? in gen6_emit_bb_start()
2682 (flags & I915_DISPATCH_SECURE ? 0 : BIT(8)); in gen8_emit_bb_start()2704 (flags & I915_DISPATCH_SECURE ? 0 : BIT(8)); in gen9_emit_bb_start()
254 flags |= I915_DISPATCH_SECURE; in hang_create_request()
133 flags |= I915_DISPATCH_SECURE; in igt_gpu_fill_dw()
1189 cache->gen > 5 ? 0 : I915_DISPATCH_SECURE); in __reloc_gpu_alloc()2044 eb->batch_flags |= I915_DISPATCH_SECURE; in eb_parse()2522 eb.batch_flags |= I915_DISPATCH_SECURE; in i915_gem_do_execbuffer()2614 if (eb.batch_flags & I915_DISPATCH_SECURE) { in i915_gem_do_execbuffer()2705 if (eb.batch_flags & I915_DISPATCH_SECURE) in i915_gem_do_execbuffer()
671 I915_DISPATCH_SECURE); in empty_request()