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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 365 * @single_context: Whether a single or all gpu contexts should be monitored
368 * @ctx_handle: A gem ctx handle for use with @single_context
382 u64 single_context:1; member in struct:perf_open_properties
3561 if (props->single_context) {
3600 if (!props->single_context) {
3770 props->single_context = 1;
i915_perf.c 365 * @single_context: Whether a single or all gpu contexts should be monitored
368 * @ctx_handle: A gem ctx handle for use with @single_context
382 u64 single_context:1; member in struct:perf_open_properties
3561 if (props->single_context) {
3600 if (!props->single_context) {
3770 props->single_context = 1;

Completed in 31 milliseconds