mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 00:57:21 +07:00
drm/amd/pp: Mark internal functions as static in rv_smumgr.c
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
88c1a70d58
commit
7a67f4559d
@ -60,7 +60,7 @@ static uint32_t rv_wait_for_response(struct pp_hwmgr *hwmgr)
|
||||
return cgs_read_register(hwmgr->device, reg);
|
||||
}
|
||||
|
||||
int rv_send_msg_to_smc_without_waiting(struct pp_hwmgr *hwmgr,
|
||||
static int rv_send_msg_to_smc_without_waiting(struct pp_hwmgr *hwmgr,
|
||||
uint16_t msg)
|
||||
{
|
||||
uint32_t reg;
|
||||
@ -82,7 +82,7 @@ static int rv_read_arg_from_smc(struct pp_hwmgr *hwmgr)
|
||||
return cgs_read_register(hwmgr->device, reg);
|
||||
}
|
||||
|
||||
int rv_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg)
|
||||
static int rv_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg)
|
||||
{
|
||||
uint32_t reg;
|
||||
|
||||
@ -101,7 +101,7 @@ int rv_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg)
|
||||
}
|
||||
|
||||
|
||||
int rv_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr,
|
||||
static int rv_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr,
|
||||
uint16_t msg, uint32_t parameter)
|
||||
{
|
||||
uint32_t reg;
|
||||
|
Loading…
Reference in New Issue
Block a user