mem_dpm_table    1298 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	struct arcturus_single_dpm_table *mem_dpm_table;
mem_dpm_table    1305 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	mem_dpm_table = &dpm_table->mem_table;
mem_dpm_table    1313 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	    mem_dpm_table->count > ARCTURUS_UMD_PSTATE_MCLK_LEVEL &&
mem_dpm_table    1326 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 		*mclk_mask = mem_dpm_table->count - 1;
mem_dpm_table    5036 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	struct vega10_single_dpm_table *mem_dpm_table =
mem_dpm_table    5057 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	    mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value)
mem_dpm_table    5059 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value;
mem_dpm_table    5079 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	    mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value)
mem_dpm_table    5081 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value;
mem_dpm_table    1587 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table);
mem_dpm_table    1595 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	    mem_dpm_table->count > VEGA12_UMD_PSTATE_MCLK_LEVEL &&
mem_dpm_table    1608 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 		*mclk_mask = mem_dpm_table->count - 1;
mem_dpm_table    2478 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	struct vega20_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table);
mem_dpm_table    2486 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	    mem_dpm_table->count > VEGA20_UMD_PSTATE_MCLK_LEVEL &&
mem_dpm_table    2499 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 		*mclk_mask = mem_dpm_table->count - 1;
mem_dpm_table    1994 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct vega20_single_dpm_table *mem_dpm_table;
mem_dpm_table    2001 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	mem_dpm_table = &dpm_table->mem_table;
mem_dpm_table    2009 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	    mem_dpm_table->count > VEGA20_UMD_PSTATE_MCLK_LEVEL &&
mem_dpm_table    2022 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		*mclk_mask = mem_dpm_table->count - 1;