Searched refs:PPSMC_MSG_DisableULV (Results 1 - 24 of 24) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | ppsmc.h | 99 #define PPSMC_MSG_DisableULV ((uint8_t)0x63) macro
|
H A D | kv_dpm.c | 1212 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
|
H A D | si_dpm.c | 5582 return (amdgpu_si_send_msg_to_smc(adev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in si_disable_ulv()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | ppsmc.h | 97 #define PPSMC_MSG_DisableULV ((uint8_t)0x63) macro
|
H A D | btc_dpm.c | 1391 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) != PPSMC_Result_OK) in btc_disable_ulv()
|
H A D | kv_dpm.c | 1129 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
|
H A D | ci_dpm.c | 3100 return (ci_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in ci_enable_ulv()
|
H A D | si_dpm.c | 5123 return (si_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in si_disable_ulv()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | ppsmc.h | 99 #define PPSMC_MSG_DisableULV ((uint8_t)0x63) macro
|
H A D | kv_dpm.c | 1200 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
|
H A D | si_dpm.c | 5624 return (amdgpu_si_send_msg_to_smc(adev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in si_disable_ulv()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | ppsmc.h | 97 #define PPSMC_MSG_DisableULV ((uint8_t)0x63) macro
|
H A D | kv_dpm.c | 971 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
|
H A D | btc_dpm.c | 1389 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) != PPSMC_Result_OK) in btc_disable_ulv()
|
H A D | si_dpm.c | 5122 return (si_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in si_disable_ulv()
|
H A D | ci_dpm.c | 3076 return (ci_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in ci_enable_ulv()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | fiji_ppsmc.h | 135 #define PPSMC_MSG_DisableULV ((uint16_t)0x63) macro
|
H A D | tonga_ppsmc.h | 138 #define PPSMC_MSG_DisableULV ((uint16_t)0x63) macro
|
H A D | smu7_ppsmc.h | 130 #define PPSMC_MSG_DisableULV ((uint16_t)0x63) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | tonga_ppsmc.h | 138 #define PPSMC_MSG_DisableULV ((uint16_t)0x63) macro
|
H A D | fiji_ppsmc.h | 135 #define PPSMC_MSG_DisableULV ((uint16_t)0x63) macro
|
H A D | smu7_ppsmc.h | 130 #define PPSMC_MSG_DisableULV ((uint16_t)0x63) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_hwmgr.c | 1060 return smum_send_msg_to_smc(hwmgr, PPSMC_MSG_DisableULV, NULL); in smu7_disable_ulv()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_hwmgr.c | 1122 return smum_send_msg_to_smc(hwmgr, PPSMC_MSG_DisableULV, NULL); in smu7_disable_ulv()
|
Completed in 108 milliseconds