Home
last modified time | relevance | path

Searched refs:PP_BLOCK_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_clockpowergating.c180 switch ((*msg_id & PP_BLOCK_MASK) >> PP_BLOCK_SHIFT) { in smu7_update_clock_gatings()
274 switch ((*msg_id & PP_BLOCK_MASK) >> PP_BLOCK_SHIFT) { in smu7_update_clock_gatings()
/Linux-v6.6/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h261 #define PP_BLOCK_MASK 0x0FFFFF00 macro