Quoting Michal Wajdeczko (2018-03-17 15:06:39)
> +void intel_guc_log_handle_flush_event(struct intel_guc_log *log)
> +{
> +       /* Handle flush event in bottom half */
> +       queue_work(log->runtime.flush_wq, &log->runtime.flush_work);
> +
> +       log->flush_interrupt_count++;

Document the locking or delete it. If the stats are corrupt, nobody has
noticed the bug and so no one is looking at the stats...
-Chris
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to