Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package CoreFreq for openSUSE:Factory 
checked in at 2022-12-05 18:01:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/CoreFreq (Old)
 and      /work/SRC/openSUSE:Factory/.CoreFreq.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "CoreFreq"

Mon Dec  5 18:01:45 2022 rev:17 rq:1040178 version:1.92.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/CoreFreq/CoreFreq.changes        2022-11-04 
17:41:57.919004635 +0100
+++ /work/SRC/openSUSE:Factory/.CoreFreq.new.1835/CoreFreq.changes      
2022-12-05 18:01:58.544834665 +0100
@@ -1,0 +2,6 @@
+Mon Dec  5 08:53:55 UTC 2022 - Dirk Müller <[email protected]>
+
+- update to 1.92.4:
+  * [Intel/Skylake-X] Permits MSR_RING_PERF_LIMIT_REASONS 
+
+-------------------------------------------------------------------

Old:
----
  CoreFreq-1.92.3.tar.gz

New:
----
  CoreFreq-1.92.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ CoreFreq.spec ++++++
--- /var/tmp/diff_new_pack.Dls7BV/_old  2022-12-05 18:01:58.972836995 +0100
+++ /var/tmp/diff_new_pack.Dls7BV/_new  2022-12-05 18:01:58.976837017 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           CoreFreq
-Version:        1.92.3
+Version:        1.92.4
 Release:        0
 Summary:        CPU monitoring software for 64-bit processors
 License:        GPL-2.0-or-later

++++++ CoreFreq-1.92.3.tar.gz -> CoreFreq-1.92.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CoreFreq-1.92.3/corefreqk.c 
new/CoreFreq-1.92.4/corefreqk.c
--- old/CoreFreq-1.92.3/corefreqk.c     2022-10-22 18:28:22.000000000 +0200
+++ new/CoreFreq-1.92.4/corefreqk.c     2022-11-13 06:05:21.000000000 +0100
@@ -7165,11 +7165,18 @@
                                        Core->PowerThermal.ACPI_CPPC.Highest,
                                        CPPC_Caps.lowest_freq / PRECISION,
                                        !HwCfgRegister.Family_17h.CpbDis);
+
+               Core->PowerThermal.ACPI_CPPC.Minimum = CPPC_Caps.lowest_freq;
            #else
                perf_ctrls.min_perf = CPPC_Caps.lowest_perf;
+
+               Core->PowerThermal.ACPI_CPPC.Minimum = CPPC_AMD_Zen_ScaleRatio(
+                                       Core,
+                                       255U,
+                                       CPPC_Caps.lowest_perf,
+                                       !HwCfgRegister.Family_17h.CpbDis);
            #endif
 
-               Core->PowerThermal.ACPI_CPPC.Minimum = CPPC_Caps.lowest_freq;
                Core->PowerThermal.ACPI_CPPC.Maximum = CPPC_Caps.highest_perf;
            }
            #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 1, 0)
@@ -11808,7 +11815,9 @@
 
        ThermalMonitor_Set(Core);
        CorePerfLimitReasons(Core);
+/*TODO(Unsolved)
        GraphicsPerfLimitReasons(Core);
+*/
        RingPerfLimitReasons(Core);
 
        Intel_Turbo_Activation_Ratio(Core);
@@ -16715,7 +16724,9 @@
                Pkg_Intel_Temp(PUBLIC(RO(Proc)));
 
                Monitor_CorePerfLimitReasons(PUBLIC(RO(Proc)));
+/*TODO(Unsolved)
                Monitor_GraphicsPerfLimitReasons(PUBLIC(RO(Proc)));
+*/
                Monitor_RingPerfLimitReasons(PUBLIC(RO(Proc)));
 
            switch (SCOPE_OF_FORMULA(PUBLIC(RO(Proc))->thermalFormula))
@@ -16906,7 +16917,7 @@
 static void Start_Uncore_Skylake_X(void *arg)
 {
        UNUSED(arg);
-/*TODO(Hardware needed)
+/*TODO(Unsolved)
        Uncore_Counters_Set(SKL_X);
 */
        Pkg_Intel_PMC_Set(ARCH_PMC, 0x5838);
@@ -16915,7 +16926,7 @@
 static void Stop_Uncore_Skylake_X(void *arg)
 {
        UNUSED(arg);
-/*TODO(Hardware needed)
+/*TODO(Unsolved)
        Uncore_Counters_Clear(SKL_X);
 */
        Pkg_Intel_PMC_Clear(ARCH_PMC);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CoreFreq-1.92.3/coretypes.h 
new/CoreFreq-1.92.4/coretypes.h
--- old/CoreFreq-1.92.3/coretypes.h     2022-10-22 18:28:22.000000000 +0200
+++ new/CoreFreq-1.92.4/coretypes.h     2022-11-13 06:05:21.000000000 +0100
@@ -6,7 +6,7 @@
 
 #define COREFREQ_MAJOR 1
 #define COREFREQ_MINOR 92
-#define COREFREQ_REV   3
+#define COREFREQ_REV   4
 
 #if !defined(CORE_COUNT)
        #define CORE_COUNT      256

Reply via email to