soft_pp_table     650 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	if (!hwmgr || !hwmgr->pm_en ||!hwmgr->soft_pp_table)
soft_pp_table     654 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	*table = (char *)hwmgr->soft_pp_table;
soft_pp_table     686 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		hwmgr->hardcode_pp_table = kmemdup(hwmgr->soft_pp_table,
soft_pp_table     695 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 	hwmgr->soft_pp_table = hwmgr->hardcode_pp_table;
soft_pp_table     140 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	void *table_address = (void *)hwmgr->soft_pp_table;
soft_pp_table     146 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		hwmgr->soft_pp_table = table_address;	/*Cache the result in RAM.*/
soft_pp_table     830 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	const void *table_addr = hwmgr->soft_pp_table;
soft_pp_table     837 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 			hwmgr->soft_pp_table = &soft_dummy_pp_table[0];
soft_pp_table     843 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 			hwmgr->soft_pp_table = table_addr;
soft_pp_table      53 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 	const void *table_address = hwmgr->soft_pp_table;
soft_pp_table      60 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 		hwmgr->soft_pp_table = table_address;	/*Cache the result in RAM.*/
soft_pp_table      50 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_processpptables.c 	const void *table_address = hwmgr->soft_pp_table;
soft_pp_table      57 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_processpptables.c 		hwmgr->soft_pp_table = table_address;	/*Cache the result in RAM.*/
soft_pp_table      52 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c 	const void *table_address = hwmgr->soft_pp_table;
soft_pp_table      59 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c 		hwmgr->soft_pp_table = table_address;
soft_pp_table     745 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	const void *soft_pp_table;