Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gt/
Dintel_engine_types.h199 #define EXECLIST_MAX_PORTS 2 macro
212 struct i915_request *inflight[EXECLIST_MAX_PORTS + 1 /* sentinel */];
220 struct i915_request *pending[EXECLIST_MAX_PORTS + 1];
Dintel_engine_cs.c482 GEM_BUG_ON(execlists_num_ports(execlists) > EXECLIST_MAX_PORTS); in intel_engine_init_execlists()
/drivers/gpu/drm/i915/
Di915_gpu_error.h152 } *requests, execlist[EXECLIST_MAX_PORTS];