Re: [PATCH v3] hw/cxl: Fix missing write mask for HDM decoder target list registers

2022-06-07 Thread Ben Widawsky
On 22-06-07 17:37:02, Jonathan Cameron wrote: > On Tue, 7 Jun 2022 09:19:28 -0700 > Ben Widawsky wrote: > > > On 22-06-07 17:07:47, Jonathan Cameron wrote: > > > Without being able to write these registers, no interleaving is possible. > > > More refined checks of HDM register state on commit to

Re: [PATCH v3] hw/cxl: Fix missing write mask for HDM decoder target list registers

2022-06-07 Thread Jonathan Cameron via
On Tue, 7 Jun 2022 09:19:28 -0700 Ben Widawsky wrote: > On 22-06-07 17:07:47, Jonathan Cameron wrote: > > Without being able to write these registers, no interleaving is possible. > > More refined checks of HDM register state on commit to follow. > > > > Signed-off-by: Jonathan Cameron > > ---

Re: [PATCH v3] hw/cxl: Fix missing write mask for HDM decoder target list registers

2022-06-07 Thread Ben Widawsky
On 22-06-07 17:07:47, Jonathan Cameron wrote: > Without being able to write these registers, no interleaving is possible. > More refined checks of HDM register state on commit to follow. > > Signed-off-by: Jonathan Cameron > --- > v3: Actually pass the parameter to the call... > v2: (Ben Widawsky

[PATCH v3] hw/cxl: Fix missing write mask for HDM decoder target list registers

2022-06-07 Thread Jonathan Cameron via
Without being able to write these registers, no interleaving is possible. More refined checks of HDM register state on commit to follow. Signed-off-by: Jonathan Cameron --- v3: Actually pass the parameter to the call... v2: (Ben Widawsky) - Correctly set a tighter write mask for the endpoint devi