drm/amd/powerplay: Delete unused function and maths library
authorDr. David Alan Gilbert <linux@treblig.org>
Sun, 29 Sep 2024 21:03:33 +0000 (22:03 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Oct 2024 21:42:24 +0000 (17:42 -0400)
commitaa894be10b950122db84558cd441206861b29bab
tree3a600386263a8e5a132db9d07e857121c9e314c4
parentb472b8d829c1562c5597c1f212957b6b2696d40e
drm/amd/powerplay: Delete unused function and maths library

We start with the function 'atomctrl_calculate_voltage_evv_on_sclk'
which has been unused since 2016's commit
e805ed83ba1c ("drm/amd/powerplay: delete useless files.")

Remove it.

It was also the last user of the entire fixed point maths library in
ppevvmath.h.

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppevvmath.h [deleted file]