[Intel-gfx] [PATCH 4/5] drm/i915: Use indirect ctx bb to mend CMD_BUF_CCTL

Chris Wilson chris at chris-wilson.co.uk
Wed Apr 22 19:39:55 UTC 2020


Quoting Mika Kuoppala (2020-04-21 14:16:32)
> @@ -3290,7 +3355,7 @@ gen12_setup_timestamp_ctx_wa(struct intel_context *ce)
>  
>         fn = gen12_emit_timestamp_wa_lrm;
>         if (ce->engine->class == RENDER_CLASS)
> -               fn = gen12_emit_timestamp_wa_lrr;
> +               fn = gen12_emit_render_ctx_wa;

Ugh, render. 'rcs' to be consistent, usually as a suffix.
-Chris


More information about the Intel-gfx mailing list