HomeSort by: relevance | last modified time | path
    Searched defs:clear_ports (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 1819 static inline void clear_ports(struct i915_request **ports, int count) function in typeref:typename:void
2180 clear_ports(port + 1, last_port - port);
2197 clear_ports(execlists->pending, ARRAY_SIZE(execlists->pending));
2202 clear_ports(execlists->inflight, ARRAY_SIZE(execlists->inflight));

Completed in 34 milliseconds