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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gpu_commands.h 243 #define PIPE_CONTROL_NOTIFY (1<<8)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_cmd_parser.c 298 .mask = (PIPE_CONTROL_MMIO_WRITE | PIPE_CONTROL_NOTIFY),
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cmd_parser.c 1082 int pipe_control_notify; member in struct:cmd_interrupt_event
1089 .pipe_control_notify = RCS_PIPE_CONTROL,
1094 .pipe_control_notify = INTEL_GVT_EVENT_RESERVED,
1099 .pipe_control_notify = INTEL_GVT_EVENT_RESERVED,
1104 .pipe_control_notify = INTEL_GVT_EVENT_RESERVED,
1109 .pipe_control_notify = INTEL_GVT_EVENT_RESERVED,
1162 if (cmd_val(s, 1) & PIPE_CONTROL_NOTIFY)
1163 set_bit(cmd_interrupt_events[s->ring_id].pipe_control_notify,

Completed in 96 milliseconds