[Intel-gfx] [PATCH] drm/i915: Assert we do not try to wait on an invalid seqno
Michał Winiarski
michal.winiarski at intel.com
Wed Jan 3 16:29:18 UTC 2018
On Tue, Jan 02, 2018 at 07:25:00PM +0000, Chris Wilson wrote:
> We should never insert the invalid seqno into the wait tree, so assert
> we do not.
>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
Reviewed-by: Michał Winiarski <michal.winiarski at intel.com>
-Michał
> ---
> drivers/gpu/drm/i915/intel_breadcrumbs.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/intel_breadcrumbs.c b/drivers/gpu/drm/i915/intel_breadcrumbs.c
> index 6cfffa68f71a..bb985bfc279c 100644
> --- a/drivers/gpu/drm/i915/intel_breadcrumbs.c
> +++ b/drivers/gpu/drm/i915/intel_breadcrumbs.c
> @@ -396,6 +396,8 @@ static bool __intel_engine_add_wait(struct intel_engine_cs *engine,
> bool first, armed;
> u32 seqno;
>
> + GEM_BUG_ON(!wait->seqno);
> +
> /* Insert the request into the retirement ordered list
> * of waiters by walking the rbtree. If we are the oldest
> * seqno in the tree (the first to be retired), then
> --
> 2.15.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
More information about the Intel-gfx
mailing list