[Intel-gfx] [PATCH 1/6] drm/i915: Transform WaInPlaceDecompressionHang into a simple reg write

Michał Winiarski michal.winiarski at intel.com
Thu Sep 7 11:03:14 UTC 2017


On Wed, Sep 06, 2017 at 05:15:49PM -0700, Oscar Mateo wrote:
> Afaict, GEN9_GAMT_ECO_REG_RW_IA does not live in the context, so writing
> it on every context creation is overkill (and wrong).
> 
> v2: Missing end parenthesis

Though there was a discussion whether this belongs in init_workarounds, or
init_clock_gating - I do believe that moving things around and/or renaming
things is something that should be done in a separate patch.

I compared modified registers with the spec. It all checks out.
With the missing end parenthesis added (you're still missing some in a different
patch ;) ), the whole series is:

Reviewed-by: Michał Winiarski <michal.winiarski at intel.com>

-Michał

> 
> Cc: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Mika Kuoppala <mika.kuoppala at intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> Signed-off-by: Oscar Mateo <oscar.mateo at intel.com>
> ---
>  drivers/gpu/drm/i915/intel_engine_cs.c | 25 +++++++++++++++----------
>  1 file changed, 15 insertions(+), 10 deletions(-)


More information about the Intel-gfx mailing list