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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 2599 struct execlists_capture { struct
2607 struct execlists_capture *cap = container_of(work, typeof(*cap), work);
2637 static struct execlists_capture *capture_regs(struct intel_engine_cs *engine)
2640 struct execlists_capture *cap;
2669 static bool execlists_capture(struct intel_engine_cs *engine) function in typeref:typename:bool
2671 struct execlists_capture *cap;
2749 if (execlists_capture(engine))

Completed in 14 milliseconds