1. 26 Aug, 2021 1 commit
  2. 23 Aug, 2021 1 commit
    • Randy Dunlap's avatar
      platform/mellanox: mlxbf-pmc: fix kernel-doc notation · 0c59e612
      Randy Dunlap authored
      Fix kernel-doc warnings reported by the kernel test robot:
      
      drivers/platform/mellanox/mlxbf-pmc.c:82: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       * Structure to hold attribute and block info for each sysfs entry
      drivers/platform/mellanox/mlxbf-pmc.c:94: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       * Structure to hold info for each HW block
      drivers/platform/mellanox/mlxbf-pmc.c:121: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       * Structure to hold PMC context info
      drivers/platform/mellanox/mlxbf-pmc.c:148: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       * Structure to hold supported events for each block
      
      Also fix typos in a few struct member names.
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Cc: Aditya Srivastava <yashsri421@gmail.com>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Mark Gross <mgross@linux.intel.com>
      Cc: Vadim Pasternak <vadimp@nvidia.com>
      Cc: platform-driver-x86@vger.kernel.org
      Link: https://lore.kernel.org/r/20210822171742.26921-1-rdunlap@infradead.orgSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      0c59e612
  3. 20 Aug, 2021 31 commits
  4. 18 Aug, 2021 2 commits
  5. 17 Aug, 2021 2 commits
  6. 13 Aug, 2021 2 commits
    • JafarAkhondali's avatar
      platform/x86: acer-wmi: Add Turbo Mode support for Acer PH315-53 · ca42c119
      JafarAkhondali authored
      The Acer Predator Helios series (usually denoted by PHxxx-yy) features
      a particular key above the keyboard named "TURBO".
      The turbo key does 3 things:
      1. Set all fan's speeds to TURBO mode
      2. Overclocks the CPU and GPU in the safe range
      3. Turn on an LED just below the turbo button
      
      All the above actions are operating using WMI function calls,
      and there is no custom OC level for turbo. It acts as a flag
      for enabling turbo mode instead of telling processors to use
      a specific multiply of power (e.g. 1.3x of power).
      
      I've run some benchmark tests and it worked fine:
      
      GpuTest 0.7.0
      http://www.geeks3d.com
      
      Module: FurMark
      Normal mode Score: 7289 points (FPS: 121)
      Turbo mode Score: 7675 points (FPS: 127)
      Settings:
      - 1920x1080 fullscreen
      - antialiasing: Off
      - duration: 60000 ms
      
      Renderer:
      - GeForce RTX 2060/PCIe/SSE2
      - OpenGL: 4.6.0 NVIDIA 460.32.03
      
      This feature is presented by Acer officially and should not harm
      hardware in any case.
      
      A challenging part of implementing this feature is that calling
      overclock function requires knowing the exact count of fans
      for CPU and GPU of each model, which to the best of my
      knowledge is not available in the kernel.
      
      So after checking the official PredatorSense application methods, it
      turned out they have provided the software the list of fans in each model.
      I have access to the mentioned list, and all similar PH-iii-jj can be
      added easily by matching "DMI_PRODUCT_NAME".
      
      Creating a specific file for the Acer gaming features is not possible
      because the current in use WMI event GUID is required for the turbo button
      and it's not possible to register multiple listeners on a single WMI event.
      Signed-off-by: default avatarJafarAkhondali <jafar.akhoondali@gmail.com>
      Link: https://lore.kernel.org/r/20210812125307.1749207-1-jafar.akhoondali@gmail.comReviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      ca42c119
    • Hans de Goede's avatar
      platform/x86: Update Mario Limonciello's email address in the docs · 8599a12b
      Hans de Goede authored
      Various pdx86 docs under Documentation/ABI/testing still use Mario's
      old, now defunct, <mario.limonciello@dell.com> address.
      
      Update the docs to point to either the new Dell.Client.Kernel@dell.com
      email alias for Dell specific drivers, or to Mario's new @outlook.com
      address for other drivers.
      
      Cc: Dell.Client.Kernel@dell.com
      Cc: Mario Limonciello <mario.limonciello@outlook.com>
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Link: https://lore.kernel.org/r/20210810160900.106512-1-hdegoede@redhat.com
      8599a12b
  7. 12 Aug, 2021 1 commit