Home
last modified time | relevance | path

Searched refs:phm_ppt_v3_information (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c195 struct phm_ppt_v3_information *pptable_information = in init_powerplay_table_information()
196 (struct phm_ppt_v3_information *)hwmgr->pptable; in init_powerplay_table_information()
271 hwmgr->pptable = kzalloc(sizeof(struct phm_ppt_v3_information), GFP_KERNEL); in vega12_pp_tables_initialize()
297 struct phm_ppt_v3_information *pp_table_info = in vega12_pp_tables_uninitialize()
298 (struct phm_ppt_v3_information *)(hwmgr->pptable); in vega12_pp_tables_uninitialize()
H A Dvega12_thermal.c173 struct phm_ppt_v3_information *pptable_information = in vega12_thermal_set_temperature_range()
174 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega12_thermal_set_temperature_range()
H A Dvega20_thermal.c243 struct phm_ppt_v3_information *pptable_information = in vega20_thermal_set_temperature_range()
244 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_thermal_set_temperature_range()
H A Dvega20_processpptables.c805 struct phm_ppt_v3_information *pptable_information = in override_powerplay_table_fantargettemperature()
806 (struct phm_ppt_v3_information *)hwmgr->pptable; in override_powerplay_table_fantargettemperature()
819 struct phm_ppt_v3_information *pptable_information = in init_powerplay_table_information()
820 (struct phm_ppt_v3_information *)hwmgr->pptable; in init_powerplay_table_information()
914 hwmgr->pptable = kzalloc(sizeof(struct phm_ppt_v3_information), GFP_KERNEL); in vega20_pp_tables_initialize()
940 struct phm_ppt_v3_information *pp_table_info = in vega20_pp_tables_uninitialize()
941 (struct phm_ppt_v3_information *)(hwmgr->pptable); in vega20_pp_tables_uninitialize()
H A Dvega20_hwmgr.c788 struct phm_ppt_v3_information *pptable_information = in vega20_init_smc_table()
789 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_init_smc_table()
1041 struct phm_ppt_v3_information *pptable_information = in vega20_od8_set_feature_capabilities()
1042 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_od8_set_feature_capabilities()
1241 struct phm_ppt_v3_information *pptable_information = in vega20_od8_initialize_default_settings()
1242 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_od8_initialize_default_settings()
H A Dvega12_hwmgr.c819 struct phm_ppt_v3_information *pptable_information = in vega12_init_smc_table()
820 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega12_init_smc_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c194 struct phm_ppt_v3_information *pptable_information = in init_powerplay_table_information()
195 (struct phm_ppt_v3_information *)hwmgr->pptable; in init_powerplay_table_information()
266 hwmgr->pptable = kzalloc(sizeof(struct phm_ppt_v3_information), GFP_KERNEL); in vega12_pp_tables_initialize()
292 struct phm_ppt_v3_information *pp_table_info = in vega12_pp_tables_uninitialize()
293 (struct phm_ppt_v3_information *)(hwmgr->pptable); in vega12_pp_tables_uninitialize()
H A Dvega12_thermal.c173 struct phm_ppt_v3_information *pptable_information = in vega12_thermal_set_temperature_range()
174 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega12_thermal_set_temperature_range()
H A Dvega20_processpptables.c804 struct phm_ppt_v3_information *pptable_information = in override_powerplay_table_fantargettemperature()
805 (struct phm_ppt_v3_information *)hwmgr->pptable; in override_powerplay_table_fantargettemperature()
818 struct phm_ppt_v3_information *pptable_information = in init_powerplay_table_information()
819 (struct phm_ppt_v3_information *)hwmgr->pptable; in init_powerplay_table_information()
913 hwmgr->pptable = kzalloc(sizeof(struct phm_ppt_v3_information), GFP_KERNEL); in vega20_pp_tables_initialize()
939 struct phm_ppt_v3_information *pp_table_info = in vega20_pp_tables_uninitialize()
940 (struct phm_ppt_v3_information *)(hwmgr->pptable); in vega20_pp_tables_uninitialize()
H A Dvega20_thermal.c244 struct phm_ppt_v3_information *pptable_information = in vega20_thermal_set_temperature_range()
245 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_thermal_set_temperature_range()
H A Dvega20_hwmgr.c786 struct phm_ppt_v3_information *pptable_information = in vega20_init_smc_table()
787 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_init_smc_table()
1039 struct phm_ppt_v3_information *pptable_information = in vega20_od8_set_feature_capabilities()
1040 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_od8_set_feature_capabilities()
1239 struct phm_ppt_v3_information *pptable_information = in vega20_od8_initialize_default_settings()
1240 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_od8_initialize_default_settings()
4217 struct phm_ppt_v3_information *pptable_information = in vega20_get_thermal_temperature_range()
4218 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_get_thermal_temperature_range()
H A Dvega12_hwmgr.c817 struct phm_ppt_v3_information *pptable_information = in vega12_init_smc_table()
818 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega12_init_smc_table()
2766 struct phm_ppt_v3_information *pptable_information = in vega12_get_thermal_temperature_range()
2767 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega12_get_thermal_temperature_range()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dhwmgr.h609 struct phm_ppt_v3_information struct
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h609 struct phm_ppt_v3_information { struct

Completed in 30 milliseconds