Re: [PATCH v2 6/6] drm/i915/dg2: Add DG2-specific shadow register table

2021-09-21 Thread Lucas De Marchi
On Fri, Sep 10, 2021 at 01:10:30PM -0700, Matt Roper wrote: We thought the DG2 table of shadowed registers would be the same as the gen12/xehp table, but it turns out that there are a few minor differences that require us to define a new DG2-specific table: * One register is removed (0xC4D4) *

[PATCH v2 6/6] drm/i915/dg2: Add DG2-specific shadow register table

2021-09-10 Thread Matt Roper
We thought the DG2 table of shadowed registers would be the same as the gen12/xehp table, but it turns out that there are a few minor differences that require us to define a new DG2-specific table: * One register is removed (0xC4D4) * One register is added (0xC4E0) Signed-off-by: Matt Roper