vdd_dep_on_sclk   522 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		pcie_count = (pp_table_information->vdd_dep_on_sclk->count) + 1;
vdd_dep_on_sclk   561 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		pcie_count = (pp_table_information->vdd_dep_on_sclk->count) + 1;
vdd_dep_on_sclk   745 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	if (pp_table_information->vdd_dep_on_sclk->count <
vdd_dep_on_sclk   794 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	pp_table_information->vdd_dep_on_sclk = NULL;
vdd_dep_on_sclk   810 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		&pp_table_information->vdd_dep_on_sclk, sclk_dep_table);
vdd_dep_on_sclk   838 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	if (result == 0 && (NULL != pp_table_information->vdd_dep_on_sclk)
vdd_dep_on_sclk   839 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		&& (0 != pp_table_information->vdd_dep_on_sclk->count))
vdd_dep_on_sclk   841 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		pp_table_information->vdd_dep_on_sclk);
vdd_dep_on_sclk  1114 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	kfree(pp_table_information->vdd_dep_on_sclk);
vdd_dep_on_sclk  1115 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	pp_table_information->vdd_dep_on_sclk = NULL;
vdd_dep_on_sclk   767 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	dep_sclk_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk   834 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	dep_sclk_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk   876 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	dep_sclk_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk   932 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	dep_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1715 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 					sclk_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1749 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 					sclk_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1852 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1932 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	phm_ppt_v1_clock_voltage_dependency_table *sclk_table = pptable_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  2076 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 						table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  2774 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		for (count = table_info->vdd_dep_on_sclk->count-1; count >= 0; count--) {
vdd_dep_on_sclk  2775 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			if (tmp_sclk >= table_info->vdd_dep_on_sclk->entries[count].clk) {
vdd_dep_on_sclk  2776 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 				tmp_sclk = table_info->vdd_dep_on_sclk->entries[count].clk;
vdd_dep_on_sclk  2783 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			tmp_sclk =  table_info->vdd_dep_on_sclk->entries[0].clk;
vdd_dep_on_sclk  2787 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			*sclk_mask = table_info->vdd_dep_on_sclk->count - 1;
vdd_dep_on_sclk  2932 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		for (count = table_info->vdd_dep_on_sclk->count - 1;
vdd_dep_on_sclk  2935 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 					table_info->vdd_dep_on_sclk->entries[count].clk) {
vdd_dep_on_sclk  2937 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 						table_info->vdd_dep_on_sclk->entries[count].clk;
vdd_dep_on_sclk  2943 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			stable_pstate_sclk = table_info->vdd_dep_on_sclk->entries[0].clk;
vdd_dep_on_sclk  4660 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		if (table_info == NULL || table_info->vdd_dep_on_sclk == NULL)
vdd_dep_on_sclk  4662 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		dep_sclk_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk   471 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c 	for (entry_id = 0; entry_id < table_info->vdd_dep_on_sclk->count; entry_id++) {
vdd_dep_on_sclk   472 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c 		voltage_id = table_info->vdd_dep_on_sclk->entries[entry_id].vddInd;
vdd_dep_on_sclk   477 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c 	if (entry_id >= table_info->vdd_dep_on_sclk->count) {
vdd_dep_on_sclk   482 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c 	*sclk = table_info->vdd_dep_on_sclk->entries[entry_id].clk;
vdd_dep_on_sclk   555 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c 	vddc_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk   329 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	dep_table[0] = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk   332 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	od_table[0] = (struct phm_ppt_v1_clock_voltage_dependency_table *)&odn_table->vdd_dep_on_sclk;
vdd_dep_on_sclk   529 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	for (entry_id = 0; entry_id < table_info->vdd_dep_on_sclk->count; entry_id++) {
vdd_dep_on_sclk   674 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			case 1: vdt = table_info->vdd_dep_on_sclk; break;
vdd_dep_on_sclk  1182 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 				table_info->vdd_dep_on_sclk,
vdd_dep_on_sclk  1301 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1564 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 						&(data->odn_dpm_table.vdd_dep_on_sclk);
vdd_dep_on_sclk  1566 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		dep_on_sclk = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  2089 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  2108 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  2475 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	dep_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  2476 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	odn_dep_table = (struct phm_ppt_v1_clock_voltage_dependency_table *)&(odn_table->vdd_dep_on_sclk);
vdd_dep_on_sclk  3195 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		for (count = table_info->vdd_dep_on_sclk->count - 1;
vdd_dep_on_sclk  3198 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 					table_info->vdd_dep_on_sclk->entries[count].clk) {
vdd_dep_on_sclk  3200 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 						table_info->vdd_dep_on_sclk->entries[count].clk;
vdd_dep_on_sclk  3206 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			stable_pstate_sclk = table_info->vdd_dep_on_sclk->entries[0].clk;
vdd_dep_on_sclk  3335 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	struct vega10_odn_clock_voltage_dependency_table *odn_clk_table = &odn_table->vdd_dep_on_sclk;
vdd_dep_on_sclk  4037 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	if (table_info->vdd_dep_on_sclk->count > VEGA10_UMD_PSTATE_GFXCLK_LEVEL &&
vdd_dep_on_sclk  4043 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		hwmgr->pstate_sclk = table_info->vdd_dep_on_sclk->entries[VEGA10_UMD_PSTATE_GFXCLK_LEVEL].clk;
vdd_dep_on_sclk  4052 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		*sclk_mask = table_info->vdd_dep_on_sclk->count - 1;
vdd_dep_on_sclk  4214 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  4545 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			podn_vdd_dep = &data->odn_dpm_table.vdd_dep_on_sclk;
vdd_dep_on_sclk  5100 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		podn_vdd_dep = &data->odn_dpm_table.vdd_dep_on_sclk;
vdd_dep_on_sclk  5178 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		podn_vdd_dep_table = &data->odn_dpm_table.vdd_dep_on_sclk;
vdd_dep_on_sclk   295 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h 	struct vega10_odn_clock_voltage_dependency_table vdd_dep_on_sclk;
vdd_dep_on_sclk   830 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 	pcie_count = table_info->vdd_dep_on_sclk->count;
vdd_dep_on_sclk   956 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 	pp_table_info->vdd_dep_on_sclk = NULL;
vdd_dep_on_sclk   982 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 				&pp_table_info->vdd_dep_on_sclk,
vdd_dep_on_sclk  1040 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 		pp_table_info->vdd_dep_on_sclk &&
vdd_dep_on_sclk  1041 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 		pp_table_info->vdd_dep_on_sclk->count)
vdd_dep_on_sclk  1044 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 				pp_table_info->vdd_dep_on_sclk);
vdd_dep_on_sclk  1236 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 	kfree(pp_table_info->vdd_dep_on_sclk);
vdd_dep_on_sclk  1237 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 	pp_table_info->vdd_dep_on_sclk = NULL;
vdd_dep_on_sclk   523 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	struct phm_ppt_v1_clock_voltage_dependency_table *vdd_dep_on_sclk;
vdd_dep_on_sclk   552 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	struct phm_ppt_v1_clock_voltage_dependency_table *vdd_dep_on_sclk;
vdd_dep_on_sclk   954 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 		vdd_dep_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1322 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 				table_info->vdd_dep_on_sclk,
vdd_dep_on_sclk  1645 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	count = (uint8_t)(table_info->vdd_dep_on_sclk->count);
vdd_dep_on_sclk  1647 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 		if (table_info->vdd_dep_on_sclk->entries[level].clk >=
vdd_dep_on_sclk  1677 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk   923 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 		vdd_dep_table = table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1216 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			table_info->vdd_dep_on_sclk,
vdd_dep_on_sclk  1489 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	count = (uint8_t)(table_info->vdd_dep_on_sclk->count);
vdd_dep_on_sclk  1492 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 		if (table_info->vdd_dep_on_sclk->entries[level].clk >=
vdd_dep_on_sclk  1520 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1656 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk   632 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 		vdd_dep_table = pptable_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1585 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk   821 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			table_info->vdd_dep_on_sclk, clock,
vdd_dep_on_sclk  1125 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			table_info->vdd_dep_on_sclk,
vdd_dep_on_sclk  1413 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 	count = (uint8_t)(table_info->vdd_dep_on_sclk->count);
vdd_dep_on_sclk  1416 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 		if (table_info->vdd_dep_on_sclk->entries[level].clk >=
vdd_dep_on_sclk  1500 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			table_info->vdd_dep_on_sclk;
vdd_dep_on_sclk  1583 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			table_info->vdd_dep_on_sclk;