[PATCH 5/5] Documentation: admin-guide: pm: Add documentation for die_id

Srinivas Pandruvada posted 5 patches 9 months, 3 weeks ago
There is a newer version of this series
[PATCH 5/5] Documentation: admin-guide: pm: Add documentation for die_id
Posted by Srinivas Pandruvada 9 months, 3 weeks ago
Add documentation to describe die_id attribute.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
---
 .../admin-guide/pm/intel_uncore_frequency_scaling.rst        | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst b/Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst
index 84608dad84bd..689aca8bf9e1 100644
--- a/Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst
+++ b/Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst
@@ -91,6 +91,11 @@ Attributes in each directory:
 ``domain_id``
 	This attribute is used to get the power domain id of this instance.
 
+``die_id``
+	This attribute is used to get the Linux die id of this instance.
+	This attributes is only present for domains with core agents and
+        when the CPUID leaf 0x1f presents die ID.
+
 ``fabric_cluster_id``
 	This attribute is used to get the fabric cluster id of this instance.
 
-- 
2.48.1
Re: [PATCH 5/5] Documentation: admin-guide: pm: Add documentation for die_id
Posted by ALOK TIWARI 9 months, 3 weeks ago

On 23-04-2025 03:04, Srinivas Pandruvada wrote:
> +``die_id``
> +	This attribute is used to get the Linux die id of this instance.
> +	This attributes is only present for domains with core agents and

typo attributes ->attribute

> +        when the CPUID leaf 0x1f presents die ID.
> +
>   ``fabric_cluster_id``
>   	This attribute is used to get the fabric cluster id of this instance.
>   


Thanks,
Alok
Re: [PATCH 5/5] Documentation: admin-guide: pm: Add documentation for die_id
Posted by srinivas pandruvada 9 months, 3 weeks ago
On Wed, 2025-04-23 at 14:40 +0530, ALOK TIWARI wrote:
> 
> 
> On 23-04-2025 03:04, Srinivas Pandruvada wrote:
> > +``die_id``
> > +	This attribute is used to get the Linux die id of this
> > instance.
> > +	This attributes is only present for domains with core
> > agents and
> 
> typo attributes ->attribute

Thanks for the catch. Will update in next rev.

-Srinivas

> 
> > +        when the CPUID leaf 0x1f presents die ID.
> > +
> >   ``fabric_cluster_id``
> >   	This attribute is used to get the fabric cluster id of
> > this instance.
> >   
> 
> 
> Thanks,
> Alok