Home
last modified time | relevance | path

Searched refs:PPSMC_MSG_DisallowGfxOff (Results 1 – 11 of 11) sorted by relevance

/drivers/gpu/drm/amd/pm/inc/
Dsmu_v13_0_1_ppsmc.h70 #define PPSMC_MSG_DisallowGfxOff 0x1A ///< Inform PMFW of disallowing GFXOFF entry macro
Dsmu_v11_0_7_ppsmc.h89 #define PPSMC_MSG_DisallowGfxOff 0x29 macro
Dsmu_v11_5_ppsmc.h64 #define PPSMC_MSG_DisallowGfxOff 0x1E macro
Dsmu_v11_0_ppsmc.h84 #define PPSMC_MSG_DisallowGfxOff 0x2A macro
Dvega12_ppsmc.h113 #define PPSMC_MSG_DisallowGfxOff 0x52 macro
Dvega20_ppsmc.h111 #define PPSMC_MSG_DisallowGfxOff 0x52 macro
/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dyellow_carp_ppt.c63 MSG_MAP(DisallowGfxOff, PPSMC_MSG_DisallowGfxOff, 1),
/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dvangogh_ppt.c67 MSG_MAP(DisallowGfxOff, PPSMC_MSG_DisallowGfxOff, 0),
Dnavi10_ppt.c127 MSG_MAP(DisallowGfxOff, PPSMC_MSG_DisallowGfxOff, 0),
Dsienna_cichlid_ppt.c133 MSG_MAP(DisallowGfxOff, PPSMC_MSG_DisallowGfxOff, 0),
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c2786 ret = smum_send_msg_to_smc(hwmgr, PPSMC_MSG_DisallowGfxOff, NULL); in vega12_disable_gfx_off()