drm/radeon/dpm: make some functions static for sumo
Noticed by Rashika Kheria and cherry-picked from her larger patch set. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: Rashika Kheria <rashika.kheria@gmail.com>
This commit is contained in:
parent
9a04dad3a1
commit
3b5da5cee6
@ -71,7 +71,7 @@ static const u32 sumo_dtc[SUMO_PM_NUMBER_OF_TC] =
|
|||||||
SUMO_DTC_DFLT_14,
|
SUMO_DTC_DFLT_14,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct sumo_ps *sumo_get_ps(struct radeon_ps *rps)
|
static struct sumo_ps *sumo_get_ps(struct radeon_ps *rps)
|
||||||
{
|
{
|
||||||
struct sumo_ps *ps = rps->ps_priv;
|
struct sumo_ps *ps = rps->ps_priv;
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#define SUMO_SMU_SERVICE_ROUTINE_ALTVDDNB_NOTIFY 27
|
#define SUMO_SMU_SERVICE_ROUTINE_ALTVDDNB_NOTIFY 27
|
||||||
#define SUMO_SMU_SERVICE_ROUTINE_GFX_SRV_ID_20 20
|
#define SUMO_SMU_SERVICE_ROUTINE_GFX_SRV_ID_20 20
|
||||||
|
|
||||||
struct sumo_ps *sumo_get_ps(struct radeon_ps *rps);
|
|
||||||
struct sumo_power_info *sumo_get_pi(struct radeon_device *rdev);
|
struct sumo_power_info *sumo_get_pi(struct radeon_device *rdev);
|
||||||
|
|
||||||
static void sumo_send_msg_to_smu(struct radeon_device *rdev, u32 id)
|
static void sumo_send_msg_to_smu(struct radeon_device *rdev, u32 id)
|
||||||
|
Loading…
Reference in New Issue
Block a user