<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in sysfs-driver-intel-xe-hwmon</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3393c90d - drm/xe/hwmon: Fix kernel version documentation for temperature</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#3393c90d</link>
        <description>drm/xe/hwmon: Fix kernel version documentation for temperatureThe version in the sysfs attribute should correspond to the version inwhich this is enabled and visible for end users. It usually doesn&apos;tcorrespond to the version in which the patch was developed, but rather arelease that will contain it. Update them to 6.15.Fixes: dac328dea701 (&quot;drm/xe/hwmon: expose package and vram temperature&quot;)Reported-by: Ulisses Furquim &lt;ulisses.furquim@intel.com&gt;Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/4840Reviewed-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Reviewed-by: Raag Jadav &lt;raag.jadav@intel.com&gt;Link: https://lore.kernel.org/r/20250421-hwmon-doc-fix-v1-1-9f68db702249@intel.comSigned-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;(cherry picked from commit 8500393a8e6c58e5e7c135133ad792fc6fd5b6f4)Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Mon, 21 Apr 2025 15:15:38 +0000</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>dac328de - drm/xe/hwmon: expose package and vram temperature</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#dac328de</link>
        <description>drm/xe/hwmon: expose package and vram temperatureAdd hwmon support for temp2_input and temp3_input attributes, which willexpose package and vram temperature in millidegree Celsius. With this inplace we can monitor temperature using lm-sensors tool.v2: Reuse existing channels (Badal, Karthik)Signed-off-by: Raag Jadav &lt;raag.jadav@intel.com&gt;Reviewed-by: Andi Shyti &lt;andi.shyti@linux.intel.com&gt;Reviewed-by: Badal Nilawar &lt;badal.nilawar@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250131054502.1528555-1-raag.jadav@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Fri, 31 Jan 2025 05:45:02 +0000</pubDate>
        <dc:creator>Raag Jadav &lt;raag.jadav@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>345dadc4 - drm/xe/hwmon: Add infra to support card power and energy attributes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#345dadc4</link>
        <description>drm/xe/hwmon: Add infra to support card power and energy attributesAdd infra to support card power and energy attributes through channel 0.Package attributes will be now exposed through channel 1 rather thanchannel 0 as shown below.Channel 0 i.e power1/energy1_xxx used for card andchannel 1 i.e power2/energy2_xxx used for package power,energy attributes.power1/curr1_crit and in0_input are moved to channel 1, i.e.power2/curr2_crit and in1_input as these are available for package only.This would be needed for future platforms where they might beseparate registers for package and card power and energy.Each discrete GPU supported by Xe driver, would have a directory in/sys/class/hwmon/ with multiple channels under it.Each channel would have attributes for power, energy etc.Ex: /sys/class/hwmon/hwmon2/power1_max                           /power1_label                           /energy1_input                           /energy1_labelAttributes will have a label to get more description of it.Labelling is as below.		power1_label/energy1_label - &quot;card&quot;,		power2_label/energy2_label - &quot;pkg&quot;.v2: Fix checkpatch errors.v3: - Update intel-xe-hwmon documentation. (Riana, Badal) - Rename hwmon card channel enum from CHANNEL_PLATFORM   to CHANNEL_CARD. (Riana)v4: - Remove unrelated changes from patch. (Anshuman) - Fix typo in commit msg.v5: - Update commit message and intel-xe-hwmon documentation with &quot;Xe&quot;   instead of xe when using it as a name. (Rodrigo)Signed-off-by: Karthik Poosa &lt;karthik.poosa@intel.com&gt;Reviewed-by: Badal Nilawar &lt;badal.nilawar@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240328175435.3870957-1-karthik.poosa@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Thu, 28 Mar 2024 17:54:35 +0000</pubDate>
        <dc:creator>Karthik Poosa &lt;karthik.poosa@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5f16ee27 - drm/hwmon: Fix abi doc warnings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#5f16ee27</link>
        <description>drm/hwmon: Fix abi doc warningsThis fixes warnings in xe, i915 hwmon docs:Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/curr1_crit is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:35  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:52Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/energy1_input is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:54  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:65Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/in0_input is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:46  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:0Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/power1_crit is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:22  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:39Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/power1_max is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:0  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:8Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/power1_max_interval is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:62  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:30Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/power1_rated_max is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:14  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:22Use a path containing the driver name to differentiate the documentationof each entry.Fixes: fb1b70607f73 (&quot;drm/xe/hwmon: Expose power attributes&quot;)Fixes: 92d44a422d0d (&quot;drm/xe/hwmon: Expose card reactive critical power&quot;)Fixes: fbcdc9d3bf58 (&quot;drm/xe/hwmon: Expose input voltage attribute&quot;)Fixes: 71d0a32524f9 (&quot;drm/xe/hwmon: Expose hwmon energy attribute&quot;)Fixes: 4446fcf220ce (&quot;drm/xe/hwmon: Expose power1_max_interval&quot;)Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Closes: https://lore.kernel.org/all/20240125113345.291118ff@canb.auug.org.au/Signed-off-by: Badal Nilawar &lt;badal.nilawar@intel.com&gt;Reviewed-by: Ashutosh Dixit &lt;ashutosh.dixit@intel.com&gt;Reviewed-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Acked-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Acked-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240127165040.2348009-1-badal.nilawar@intel.com(cherry picked from commit 20485e3a810c480cef60caf53988619f61127e7b)Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Sat, 27 Jan 2024 16:50:40 +0000</pubDate>
        <dc:creator>Badal Nilawar &lt;badal.nilawar@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>20485e3a - drm/hwmon: Fix abi doc warnings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#20485e3a</link>
        <description>drm/hwmon: Fix abi doc warningsThis fixes warnings in xe, i915 hwmon docs:Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/curr1_crit is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:35  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:52Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/energy1_input is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:54  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:65Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/in0_input is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:46  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:0Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/power1_crit is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:22  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:39Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/power1_max is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:0  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:8Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/power1_max_interval is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:62  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:30Warning: /sys/devices/.../hwmon/hwmon&lt;i&gt;/power1_rated_max is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:14  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:22Use a path containing the driver name to differentiate the documentationof each entry.Fixes: fb1b70607f73 (&quot;drm/xe/hwmon: Expose power attributes&quot;)Fixes: 92d44a422d0d (&quot;drm/xe/hwmon: Expose card reactive critical power&quot;)Fixes: fbcdc9d3bf58 (&quot;drm/xe/hwmon: Expose input voltage attribute&quot;)Fixes: 71d0a32524f9 (&quot;drm/xe/hwmon: Expose hwmon energy attribute&quot;)Fixes: 4446fcf220ce (&quot;drm/xe/hwmon: Expose power1_max_interval&quot;)Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Closes: https://lore.kernel.org/all/20240125113345.291118ff@canb.auug.org.au/Signed-off-by: Badal Nilawar &lt;badal.nilawar@intel.com&gt;Reviewed-by: Ashutosh Dixit &lt;ashutosh.dixit@intel.com&gt;Reviewed-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Acked-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Acked-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240127165040.2348009-1-badal.nilawar@intel.com

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Sat, 27 Jan 2024 16:50:40 +0000</pubDate>
        <dc:creator>Badal Nilawar &lt;badal.nilawar@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4446fcf2 - drm/xe/hwmon: Expose power1_max_interval</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#4446fcf2</link>
        <description>drm/xe/hwmon: Expose power1_max_intervalExpose power1_max_interval, that is the tau corresponding to PL1, as acustom hwmon attribute. Some bit manipulation is needed because of theformat of PKG_PWR_LIM_1_TIME inPACKAGE_RAPL_LIMIT register (1.x * power(2,y))v2: Get rpm wake ref while accessing power1_max_intervalv3: %s/hwmon/xe_hwmon/v4: - As power1_max_interval is rw attr take lock in read function as well - Refine comment about val to fix point conversion (Andi) - Update kernel version and date in docv5: Fix review comments (Anshuman)Acked-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Reviewed-by: Himal Prasad Ghimiray &lt;himal.prasad.ghimiray@intel.com&gt;Reviewed-by: Anshuman Gupta &lt;anshuman.gupta@intel.com&gt;Signed-off-by: Badal Nilawar &lt;badal.nilawar@intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231030115618.1382200-4-badal.nilawar@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Mon, 30 Oct 2023 11:56:18 +0000</pubDate>
        <dc:creator>Badal Nilawar &lt;badal.nilawar@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>71d0a325 - drm/xe/hwmon: Expose hwmon energy attribute</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#71d0a325</link>
        <description>drm/xe/hwmon: Expose hwmon energy attributeExpose hwmon energy attribute to show device level energy usagev2:  - %s/hwm_/hwmon_/  - Convert enums to upper casev3:  - %s/hwmon_/xe_hwmon  - Remove gt specific hwmon attributesv4: - %s/REG_PKG_ENERGY_STATUS/REG_ENERGY_STATUS_ALL (Riana) - %s/hwmon_energy_info/xe_hwmon_energy_info (Riana)Acked-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Reviewed-by: Riana Tauro &lt;riana.tauro@intel.com&gt;Signed-off-by: Badal Nilawar &lt;badal.nilawar@intel.com&gt;Reviewed-by: Andi Shyti &lt;andi.shyti@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230925081842.3566834-5-badal.nilawar@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Mon, 25 Sep 2023 08:18:41 +0000</pubDate>
        <dc:creator>Badal Nilawar &lt;badal.nilawar@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fbcdc9d3 - drm/xe/hwmon: Expose input voltage attribute</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#fbcdc9d3</link>
        <description>drm/xe/hwmon: Expose input voltage attributeUse Xe HWMON subsystem to display the input voltage.v2:  - Rename hwm_get_vltg to hwm_get_voltage (Riana)  - Use scale factor SF_VOLTAGE (Riana)v3:  - %s/gt_perf_status/REG_GT_PERF_STATUS/  - Remove platform check from hwmon_get_voltage()v4:  - Fix review comments (Andi)Acked-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Reviewed-by: Riana Tauro &lt;riana.tauro@intel.com&gt;Signed-off-by: Badal Nilawar &lt;badal.nilawar@intel.com&gt;Reviewed-by: Andi Shyti &lt;andi.shyti@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230925081842.3566834-4-badal.nilawar@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Mon, 25 Sep 2023 08:18:40 +0000</pubDate>
        <dc:creator>Badal Nilawar &lt;badal.nilawar@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>92d44a42 - drm/xe/hwmon: Expose card reactive critical power</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#92d44a42</link>
        <description>drm/xe/hwmon: Expose card reactive critical powerExpose the card reactive critical (I1) power. I1 is exposed aspower1_crit in microwatts (typically for client products) or ascurr1_crit in milliamperes (typically for server).v2: Move PCODE_MBOX macro to pcode file (Riana)v3: s/IS_DG2/(gt_to_xe(gt)-&gt;info.platform == XE_DG2)v4: Fix review comments (Andi)Acked-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Reviewed-by: Riana Tauro &lt;riana.tauro@intel.com&gt;Signed-off-by: Badal Nilawar &lt;badal.nilawar@intel.com&gt;Reviewed-by: Andi Shyti &lt;andi.shyti@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230925081842.3566834-3-badal.nilawar@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Mon, 25 Sep 2023 08:18:39 +0000</pubDate>
        <dc:creator>Badal Nilawar &lt;badal.nilawar@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fb1b7060 - drm/xe/hwmon: Expose power attributes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon#fb1b7060</link>
        <description>drm/xe/hwmon: Expose power attributesExpose Card reactive sustained (pl1) power limit as power_max andcard default power limit (tdp) as power_rated_max.v2:  - Fix review comments (Riana)v3:  - Use drmm_mutex_init (Matt Brost)  - Print error value (Matt Brost)  - Convert enums to uppercase (Matt Brost)  - Avoid extra reg read in hwmon_is_visible function (Riana)  - Use xe_device_assert_mem_access when applicable (Matt Brost)  - Add intel-xe@lists.freedesktop.org in Documentation (Matt Brost)v4:  - Use prefix xe_hwmon prefix for all functions (Matt Brost/Andi)  - %s/hwmon_reg/xe_hwmon_reg (Andi)  - Fix review comments (Guenter/Andi)v5:  - Fix review comments (Riana)v6:  - Use drm_warn in default case (Rodrigo)  - s/ENODEV/EOPNOTSUPP (Andi)Acked-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;Reviewed-by: Riana Tauro &lt;riana.tauro@intel.com&gt;Signed-off-by: Badal Nilawar &lt;badal.nilawar@intel.com&gt;Reviewed-by: Andi Shyti &lt;andi.shyti@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230925081842.3566834-2-badal.nilawar@intel.comSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon</description>
        <pubDate>Mon, 25 Sep 2023 08:18:38 +0000</pubDate>
        <dc:creator>Badal Nilawar &lt;badal.nilawar@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
