Re: [PATCH 2/2 V2] MFD: intel_pmt: Add support for DG1

2021-03-09 Thread Lee Jones
On Tue, 09 Mar 2021, David E. Box wrote: > On Tue, 2021-03-09 at 16:45 +, Lee Jones wrote: > > On Wed, 24 Feb 2021, David E. Box wrote: > > > > > Adds PMT Telemetry aggregator support for the DG1 graphics PCIe > > > card. The > > > device does not have the DVSEC region in its PCI config space

Re: [PATCH 2/2 V2] MFD: intel_pmt: Add support for DG1

2021-03-09 Thread David E. Box
On Tue, 2021-03-09 at 16:45 +, Lee Jones wrote: > On Wed, 24 Feb 2021, David E. Box wrote: > > > Adds PMT Telemetry aggregator support for the DG1 graphics PCIe > > card. The > > device does not have the DVSEC region in its PCI config space so > > hard > > code the discovery table data in the

Re: [PATCH 2/2 V2] MFD: intel_pmt: Add support for DG1

2021-03-09 Thread Lee Jones
On Wed, 24 Feb 2021, David E. Box wrote: > Adds PMT Telemetry aggregator support for the DG1 graphics PCIe card. The > device does not have the DVSEC region in its PCI config space so hard > code the discovery table data in the driver. Also requires a fix for DG1 > in the Telemetry driver for how

[PATCH 2/2 V2] MFD: intel_pmt: Add support for DG1

2021-02-24 Thread David E. Box
Adds PMT Telemetry aggregator support for the DG1 graphics PCIe card. The device does not have the DVSEC region in its PCI config space so hard code the discovery table data in the driver. Also requires a fix for DG1 in the Telemetry driver for how the ACCESS_TYPE field is used. Signed-off-by: Dav