Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c173 return INVALID_ENGINE; in legacy_ring_idx()
176 return INVALID_ENGINE; in legacy_ring_idx()
191 if (engine->legacy_idx != INVALID_ENGINE) in add_legacy_ring()
H A Dintel_engine_types.h144 #define INVALID_ENGINE ((enum intel_engine_id)-1) macro
H A Dmock_engine.c361 engine->base.legacy_idx = INVALID_ENGINE; in mock_engine()
H A Dintel_engine_cs.c482 engine->legacy_idx = INVALID_ENGINE; in intel_engine_setup()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1132 if (engine->legacy_idx == INVALID_ENGINE) in default_engines()