Re: [PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-09-26 Thread Andy Shevchenko
On Wed, Sep 26, 2018 at 5:15 PM Bhardwaj, Rajneesh wrote: > On 26-Sep-18 7:18 PM, Andy Shevchenko wrote: > > On Mon, Sep 3, 2018 at 9:06 PM Rajneesh Bhardwaj > > wrote: > >> + {"IP 16 : LTR_SCC", SPT_PMC_LTR_SCC}, > >> + {"IP 17 : LTR_ISH",

Re: [PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-09-26 Thread Andy Shevchenko
On Wed, Sep 26, 2018 at 5:15 PM Bhardwaj, Rajneesh wrote: > On 26-Sep-18 7:18 PM, Andy Shevchenko wrote: > > On Mon, Sep 3, 2018 at 9:06 PM Rajneesh Bhardwaj > > wrote: > >> + {"IP 16 : LTR_SCC", SPT_PMC_LTR_SCC}, > >> + {"IP 17 : LTR_ISH",

Re: [PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-09-26 Thread Bhardwaj, Rajneesh
On 26-Sep-18 7:18 PM, Andy Shevchenko wrote: On Mon, Sep 3, 2018 at 9:06 PM Rajneesh Bhardwaj wrote: This adds support to show the Latency Tolerance Reporting for the IPs on the PCH as reported by the PMC. The format shown here is raw LTR data payload that can further be decoded as per the

Re: [PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-09-26 Thread Bhardwaj, Rajneesh
On 26-Sep-18 7:18 PM, Andy Shevchenko wrote: On Mon, Sep 3, 2018 at 9:06 PM Rajneesh Bhardwaj wrote: This adds support to show the Latency Tolerance Reporting for the IPs on the PCH as reported by the PMC. The format shown here is raw LTR data payload that can further be decoded as per the

Re: [PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-09-26 Thread Andy Shevchenko
On Mon, Sep 3, 2018 at 9:06 PM Rajneesh Bhardwaj wrote: > > This adds support to show the Latency Tolerance Reporting for the IPs on > the PCH as reported by the PMC. The format shown here is raw LTR data > payload that can further be decoded as per the PCI specification. > > This also fixes some

Re: [PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-09-26 Thread Andy Shevchenko
On Mon, Sep 3, 2018 at 9:06 PM Rajneesh Bhardwaj wrote: > > This adds support to show the Latency Tolerance Reporting for the IPs on > the PCH as reported by the PMC. The format shown here is raw LTR data > payload that can further be decoded as per the PCI specification. > > This also fixes some

[PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-09-03 Thread Rajneesh Bhardwaj
This adds support to show the Latency Tolerance Reporting for the IPs on the PCH as reported by the PMC. The format shown here is raw LTR data payload that can further be decoded as per the PCI specification. This also fixes some minor alignment issues in the header file by removing spaces and

[PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-09-03 Thread Rajneesh Bhardwaj
This adds support to show the Latency Tolerance Reporting for the IPs on the PCH as reported by the PMC. The format shown here is raw LTR data payload that can further be decoded as per the PCI specification. This also fixes some minor alignment issues in the header file by removing spaces and