Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_ringbuffer.c1746 unsigned int unwind_mm = 0; in switch_context() local
1776 unwind_mm = engine->mask; in switch_context()
1777 ppgtt->pd_dirty_engines &= ~unwind_mm; in switch_context()
1833 if (unwind_mm) in switch_context()
1834 i915_vm_to_ppgtt(vm)->pd_dirty_engines |= unwind_mm; in switch_context()