Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_gem_context.c517 engine->legacy_active_context = NULL; in i915_gem_contexts_lost()
727 return to == engine->legacy_active_context; in skip_rcs_switch()
733 struct i915_gem_context *from = engine->legacy_active_context; in needs_pd_load_pre()
778 struct i915_gem_context *from = engine->legacy_active_context; in do_rcs_switch()
814 engine->legacy_active_context = to; in do_rcs_switch()
895 engine->legacy_active_context = to; in i915_switch_context()
H A Dintel_ringbuffer.h502 struct i915_gem_context *legacy_active_context; member
H A Dintel_ringbuffer.c639 engine->legacy_active_context = NULL; in reset_ring_common()