Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h211 #define EXECLIST_MAX_PORTS 2 macro
224 struct i915_request *inflight[EXECLIST_MAX_PORTS + 1 /* sentinel */];
232 struct i915_request *pending[EXECLIST_MAX_PORTS + 1];
H A Dintel_engine_cs.c590 GEM_BUG_ON(execlists_num_ports(execlists) > EXECLIST_MAX_PORTS); in intel_engine_init_execlists()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.h103 struct i915_request_coredump execlist[EXECLIST_MAX_PORTS];