[Intel-gfx] [PATCH 01/11] drm/i915/guc: Use system workqueue for log capture

Michal Wajdeczko michal.wajdeczko at intel.com
Sat Jul 13 17:28:37 UTC 2019


On Sat, 13 Jul 2019 12:00:06 +0200, Chris Wilson  
<chris at chris-wilson.co.uk> wrote:

> We only employ a single task for log capture, and created a workqueue
> for the purpose of ensuring we had a high priority queue for low
> latency. We can simply use the system_highpri_wq and avoid the
> complication with creating our own admist the maze of mutexes.
> (Currently we create the wq early before we even know we need it in
> order to avoid trying to create it on demand while we hold the logging
> mutex.)
>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
> Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
> Cc: Michał Winiarski <michal.winiarski at intel.com>
> ---

Reviewed-by: Michal Wajdeczko <michal.wajdeczko at intel.com>



More information about the Intel-gfx mailing list