On ti, 2016-11-15 at 16:46 +0000, Chris Wilson wrote:
> @@ -218,7 +218,12 @@ static void i915_gem_request_retire(struct 
> drm_i915_gem_request *request)
>        */
>       list_del(&request->ring_link);
>       request->ring->last_retired_head = request->postfix;
> -     request->i915->gt.active_requests--;
> +     if (!--request->i915->gt.active_requests) {

BUG_ON(!request->i915->gt.active_requests) at the top?

Reviewed-by: Joonas Lahtinen <[email protected]>

Regards, Joonas
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to