[Intel-gfx] [PATCH 2/3] drm/i915: Add live selftests for indirect ctx batchbuffers

Chris Wilson chris at chris-wilson.co.uk
Fri Apr 17 15:13:20 UTC 2020


Quoting Mika Kuoppala (2020-04-17 15:44:28)
> Add live selftest for indirect ctx context batchbuffers

A quick why about what you want to achieve. (Or just pull into the user
as proof that it works.)

> +static int __per_ctx_bb(struct intel_engine_cs *engine)
> +{
> +       struct intel_context *ce1, *ce2;
> +       int err = 0;

Either here or live_lrc_indirect_ctx_bb a quick summary of operations.
What you are testing and how.
-Chris


More information about the Intel-gfx mailing list