I915_DISPATCH_SECURE
cache->gen > 5 ? 0 : I915_DISPATCH_SECURE);
eb.batch_flags |= I915_DISPATCH_SECURE;
eb.batch_flags |= I915_DISPATCH_SECURE;
if (eb.batch_flags & I915_DISPATCH_SECURE) {
if (eb.batch_flags & I915_DISPATCH_SECURE)
I915_DISPATCH_SECURE);
I915_DISPATCH_SECURE);
(flags & I915_DISPATCH_SECURE ? 0 : BIT(8));
*cs++ = offset | (dispatch_flags & I915_DISPATCH_SECURE ? 0 :
*cs++ = offset | (dispatch_flags & I915_DISPATCH_SECURE ? 0 :
*cs++ = MI_BATCH_BUFFER_START | (dispatch_flags & I915_DISPATCH_SECURE ?
*cs++ = MI_BATCH_BUFFER_START | (dispatch_flags & I915_DISPATCH_SECURE ?
I915_DISPATCH_SECURE ? 0 : MI_BATCH_NON_SECURE_I965);