Searched refs:I915_DISPATCH_SECURE (Results 1 – 14 of 14) sorted by relevance
235 if (!(dispatch_flags & I915_DISPATCH_SECURE)) in i830_emit_bb_start()255 if (!(dispatch_flags & I915_DISPATCH_SECURE)) in gen3_emit_bb_start()277 if (dispatch_flags & I915_DISPATCH_SECURE) in gen4_emit_bb_start()
224 I915_DISPATCH_SECURE); in intel_renderstate_emit()231 I915_DISPATCH_SECURE); in intel_renderstate_emit()
236 if (dispatch_flags & I915_DISPATCH_SECURE) in gen6_emit_bb_start()258 if (dispatch_flags & I915_DISPATCH_SECURE) in hsw_emit_bb_start()
424 (flags & I915_DISPATCH_SECURE ? 0 : BIT(8)); in gen8_emit_bb_start_noarb()449 (flags & I915_DISPATCH_SECURE ? 0 : BIT(8)); in gen8_emit_bb_start()
419 #define I915_DISPATCH_SECURE BIT(0) macro
249 flags |= I915_DISPATCH_SECURE; in hang_create_request()
240 I915_DISPATCH_SECURE); in live_noa_delay()347 I915_DISPATCH_SECURE); in live_noa_gpr()
220 flags |= I915_DISPATCH_SECURE; in igt_spinner_create_request()
874 I915_DISPATCH_SECURE); in empty_request()
150 flags |= I915_DISPATCH_SECURE; in igt_gpu_fill_dw()
1669 flags = I915_DISPATCH_SECURE; in read_from_scratch()
2081 if (eb->batch_flags & I915_DISPATCH_SECURE) in eb_dispatch_secure()2158 eb->batch_flags |= I915_DISPATCH_SECURE; in eb_parse()3206 eb.batch_flags |= I915_DISPATCH_SECURE; in i915_gem_do_execbuffer()
4019 (flags & I915_DISPATCH_SECURE ? 0 : BIT(8)); in emit_bb_start_parent_no_preempt_mid_batch()4064 (flags & I915_DISPATCH_SECURE ? 0 : BIT(8)); in emit_bb_start_child_no_preempt_mid_batch()
2019 I915_DISPATCH_SECURE); in emit_oa_config()
Completed in 58 milliseconds