Searched defs:hw_flags (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_context.c371 u32 hw_flags)
402 hw_flags);
420 u32 hw_flags = 0; local
447 hw_flags |= MI_RESTORE_INHIBIT;
450 hw_flags |= MI_FORCE_RESTORE;
454 ret = mi_set_context(ring, to, hw_flags);
369 mi_set_context(struct intel_ring_buffer *ring, struct i915_hw_context *new_context, u32 hw_flags) argument

Completed in 12 milliseconds