[Intel-gfx] [PATCH v3 1/6] drm/i915/gen8: Add infrastructure to initialize WA batch buffers
Chris Wilson
chris at chris-wilson.co.uk
Fri Jun 5 04:00:54 PDT 2015
On Fri, Jun 05, 2015 at 11:34:01AM +0100, Arun Siluvery wrote:
> + /* FIXME: fill unused locations with NOOPs.
> + * Replace these instructions with WA
> + */
> + while (index < end)
> + reg_state[index++] = MI_NOOP;
I found calling it reg_state was very confusing. Maybe batch, bb, data or cmd?
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the Intel-gfx
mailing list