Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h234 #define EXECLIST_MAX_PORTS 2 macro
247 struct i915_request *inflight[EXECLIST_MAX_PORTS + 1 /* sentinel */];
255 struct i915_request *pending[EXECLIST_MAX_PORTS + 1];
H A Dintel_execlists_submission.c2435 struct i915_request *post[2 * EXECLIST_MAX_PORTS]; in execlists_submission_tasklet()
3107 struct i915_request *post[2 * EXECLIST_MAX_PORTS]; in execlists_reset_csb()
H A Dintel_engine_cs.c1054 GEM_BUG_ON(execlists_num_ports(execlists) > EXECLIST_MAX_PORTS); in intel_engine_init_execlists()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.h117 struct i915_request_coredump execlist[EXECLIST_MAX_PORTS];