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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_overlay.c 243 alloc_request(struct intel_overlay *overlay, void (*fn)(struct intel_overlay *)) function in typeref:struct:i915_request *
272 rq = alloc_request(overlay, NULL);
348 rq = alloc_request(overlay, NULL);
427 rq = alloc_request(overlay, intel_overlay_off_tail);
484 rq = alloc_request(overlay, intel_overlay_release_old_vid_tail);
intel_overlay.c 243 alloc_request(struct intel_overlay *overlay, void (*fn)(struct intel_overlay *)) function in typeref:struct:i915_request *
272 rq = alloc_request(overlay, NULL);
348 rq = alloc_request(overlay, NULL);
427 rq = alloc_request(overlay, intel_overlay_off_tail);
484 rq = alloc_request(overlay, intel_overlay_release_old_vid_tail);

Completed in 22 milliseconds