Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gpu_error.h160 } *requests, execlist[EXECLIST_MAX_PORTS];
Dintel_ringbuffer.h265 #define EXECLIST_MAX_PORTS 2 macro
266 } port[EXECLIST_MAX_PORTS];
Dintel_engine_cs.c467 GEM_BUG_ON(execlists_num_ports(execlists) > EXECLIST_MAX_PORTS); in intel_engine_init_execlist()