On Mon, May 15, 2017 at 01:56:16PM +0100, Chris Wilson wrote:
> -static bool insert_request(struct i915_priotree *pt, struct rb_root *root)
> +static bool
> +insert_request(struct intel_engine_cs *engine,
> +            struct i915_priotree *pt,
> +            int prio)
>  {
> -     struct rb_node **p, *rb;
> +     struct i915_priolist *p;
> +     struct rb_node **parent, *rb;
>       bool first = true;
>  
> +     if (unlikely(!engine->no_priolist))

Inverted. Seesh.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to