Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
Dppsmc.h95 #define PPSMC_HasDisplay ((uint8_t)0x5E) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Dfiji_ppsmc.h131 #define PPSMC_HasDisplay ((uint16_t)0x5E) macro
Dtonga_ppsmc.h134 #define PPSMC_HasDisplay ((uint16_t)0x5E) macro
Dsmu7_ppsmc.h126 #define PPSMC_HasDisplay ((uint16_t)0x5E) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c4060 return (smum_send_msg_to_smc(hwmgr, (PPSMC_Msg)PPSMC_HasDisplay, NULL) == 0) ? 0 : -EINVAL; in smu7_notify_smc_display()
4153 PPSMC_Msg msg = has_display ? (PPSMC_Msg)PPSMC_HasDisplay : (PPSMC_Msg)PPSMC_NoDisplay; in smu7_notify_smc_display_change()