Am 24.02.2018 um 14:55 schrieb Rex Zhu: > Add new power profile sysfs: pp_power_profile_mode > old sysfs: pp_compute_power_profile/pp_gfx_power_profile > will be removed Well sysfs is supposed to be stable, so removing the old interface won't be allowed. > > 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 Well you actually also need to bump the version, e.g. modify KMS_DRIVER_MINOR. Christian.