Home
last modified time | relevance | path

Searched refs:PPSMC_HasDisplay (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dppsmc.h95 #define PPSMC_HasDisplay ((uint8_t)0x5E) macro
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dfiji_ppsmc.h131 #define PPSMC_HasDisplay ((uint16_t)0x5E) macro
Dsmu7_ppsmc.h126 #define PPSMC_HasDisplay ((uint16_t)0x5E) macro
Dtonga_ppsmc.h134 #define PPSMC_HasDisplay ((uint16_t)0x5E) macro
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.c3955 return (smum_send_msg_to_smc(hwmgr, (PPSMC_Msg)PPSMC_HasDisplay) == 0) ? 0 : -EINVAL; in smu7_notify_smc_display()
4040 PPSMC_Msg msg = has_display ? (PPSMC_Msg)PPSMC_HasDisplay : (PPSMC_Msg)PPSMC_NoDisplay; in smu7_notify_smc_display_change()