Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/x86/amd: amd_3d_vcache: Add sysfs ABI documentation

Add documentation for the amd_3d_vcache sysfs bus platform driver
interface so that userspace applications can use it to change mode
preferences, either frequency or cache.

Co-developed-by: Perry Yuan <perry.yuan@amd.com>
Signed-off-by: Perry Yuan <perry.yuan@amd.com>
Co-developed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Reviewed-by: Armin Wolf <W_Armin@gmx.de>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Link: https://lore.kernel.org/r/20241112170307.3745777-3-Basavaraj.Natikar@amd.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Basavaraj Natikar and committed by
Ilpo Järvinen
bd17863a 5a67c0d1

+13
+12
Documentation/ABI/testing/sysfs-bus-platform-drivers-amd_x3d_vcache
··· 1 + What: /sys/bus/platform/drivers/amd_x3d_vcache/AMDI0101:00/amd_x3d_mode 2 + Date: November 2024 3 + KernelVersion: 6.13 4 + Contact: Basavaraj Natikar <Basavaraj.Natikar@amd.com> 5 + Description: (RW) AMD 3D V-Cache optimizer allows users to switch CPU core 6 + rankings dynamically. 7 + 8 + This file switches between these two modes: 9 + - "frequency" cores within the faster CCD are prioritized before 10 + those in the slower CCD. 11 + - "cache" cores within the larger L3 CCD are prioritized before 12 + those in the smaller L3 CCD.
+1
MAINTAINERS
··· 978 978 R: Mario Limonciello <mario.limonciello@amd.com> 979 979 L: platform-driver-x86@vger.kernel.org 980 980 S: Supported 981 + F: Documentation/ABI/testing/sysfs-bus-platform-drivers-amd_x3d_vcache 981 982 F: drivers/platform/x86/amd/x3d_vcache.c 982 983 983 984 AMD ADDRESS TRANSLATION LIBRARY (ATL)