Add new power profile sysfs: pp_power_profile_mode old sysfs: pp_compute_power_profile/pp_gfx_power_profile will be removed Change-Id: Ief35efb81b313115b33c430dfb328ad83ce7975d Signed-off-by: Rex Zhu <Rex.Zhu at amd.com> --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 69cf490..4c92239 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -75,6 +75,7 @@ * - 3.23.0 - Add query for VRAM lost counter * - 3.24.0 - Add high priority compute support for gfx9 * - 3.25.0 - Add support for sensor query info (stable pstate sclk/mclk). + * - 3.26.0 - Delete old gfx/compute profile sysfs, add common profile sysfs. */ #define KMS_DRIVER_MAJOR 3 #define KMS_DRIVER_MINOR 25 -- 1.9.1