[Intel-gfx] [PATCH 02/10] drm/i915: Generalise the clflush dma-worker

Matthew Auld matthew.william.auld at gmail.com
Mon Aug 19 18:16:20 UTC 2019


On Mon, 19 Aug 2019 at 17:45, Chris Wilson <chris at chris-wilson.co.uk> wrote:
>
> Extract the dma-fence worker used by clflush for wider use, as we
> anticipate using workers coupled to dma-fences more frequently.
>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

<snip>

> +
> +static const char *get_timeline_name(struct dma_fence *fence)
> +{
> +       return "work";
> +}

work->name, or not all that useful for debug?

Anyway,
Reviewed-by: Matthew Auld <matthew.auld at intel.com>


More information about the Intel-gfx mailing list