HomeSort by: relevance | last modified time | path
    Searched refs:last_port (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_submission.c 296 struct i915_request ** const last_port = first + execlists->port_mask; local
324 if (port == last_port)
  /src/sys/arch/dreamcast/dev/maple/
maple.c 277 int last_port, last_subunit; local
296 last_port = last_subunit = -1;
302 if (u->port < last_port || u->subunit <= last_subunit)
304 last_port = u->port;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 1828 struct i915_request ** const last_port = port + execlists->port_mask; local
2096 if (port == last_port)
2180 clear_ports(port + 1, last_port - port);

Completed in 23 milliseconds