table_context    1299 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    1307 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	kfree(table_context->driver_pptable);
table_context    1308 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	table_context->driver_pptable = NULL;
table_context    1310 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	kfree(table_context->max_sustainable_clocks);
table_context    1311 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	table_context->max_sustainable_clocks = NULL;
table_context    1313 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	kfree(table_context->overdrive_table);
table_context    1314 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	table_context->overdrive_table = NULL;
table_context     487 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     490 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	if (!table_context->power_play_table)
table_context     493 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	powerplay_table = table_context->power_play_table;
table_context     495 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
table_context     498 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	table_context->thermal_controller_type = powerplay_table->thermal_controller_type;
table_context     505 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     506 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	PPTable_t *smc_pptable = table_context->driver_pptable;
table_context    1017 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    1018 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	PPTable_t *pptable = table_context->driver_pptable;
table_context    1462 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    1463 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	PPTable_t *pptable = table_context->driver_pptable;
table_context     400 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     401 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	PPTable_t *smc_pptable = table_context->driver_pptable;
table_context     496 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     499 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	if (!table_context->power_play_table)
table_context     502 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	powerplay_table = table_context->power_play_table;
table_context     504 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
table_context     507 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	table_context->thermal_controller_type = powerplay_table->thermal_controller_type;
table_context     588 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     592 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	driver_ppt = table_context->driver_pptable;
table_context    1392 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    1393 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	PPTable_t *pptable = table_context->driver_pptable;
table_context    1432 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    1435 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	if (!clocks_in_khz || !num_states || !table_context->driver_pptable)
table_context    1438 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	driver_ppt = table_context->driver_pptable;
table_context    1517 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    1518 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	struct smu_11_0_powerplay_table *powerplay_table = table_context->power_play_table;
table_context     734 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     735 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	struct smu_table *table = &table_context->tables[SMU_TABLE_PPTABLE];
table_context     737 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	if (table_context->driver_pptable)
table_context     740 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	table_context->driver_pptable = kzalloc(table->size, GFP_KERNEL);
table_context     742 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	if (!table_context->driver_pptable)
table_context     765 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     769 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 			       table_context->driver_pptable, true);
table_context     805 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     809 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	if (!table_context)
table_context     813 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 					  table_context->boot_values.dcefclk / 100);
table_context    1601 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    1604 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	if (!max_clocks || !table_context->max_sustainable_clocks)
table_context    1607 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	sustainable_clocks = table_context->max_sustainable_clocks;
table_context     380 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     386 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	if (!table_context->power_play_table)
table_context     389 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	powerplay_table = table_context->power_play_table;
table_context     456 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     458 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	if (!table_context->power_play_table)
table_context     461 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	powerplay_table = table_context->power_play_table;
table_context     463 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	memcpy(table_context->driver_pptable, &powerplay_table->smcPPTable,
table_context     466 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	table_context->thermal_controller_type = powerplay_table->ucThermalControllerType;
table_context     467 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	table_context->TDPODLimit = le32_to_cpu(powerplay_table->OverDrive8Table.ODSettingsMax[ATOM_VEGA20_ODSETTING_POWERPERCENTAGE]);
table_context     474 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     475 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	PPTable_t *smc_pptable = table_context->driver_pptable;
table_context     566 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     568 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	powerplay_table = table_context->power_play_table;
table_context     949 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context     955 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		(OverDriveTable_t *)(table_context->overdrive_table);
table_context     956 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable;
table_context    1503 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    1504 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	OverDriveTable_t *od_table = (OverDriveTable_t *)(table_context->overdrive_table);
table_context    1506 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	PPTable_t *smc_pptable = table_context->driver_pptable;
table_context    1715 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    1719 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		if (table_context->overdrive_table)
table_context    1722 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		table_context->overdrive_table = kzalloc(sizeof(OverDriveTable_t), GFP_KERNEL);
table_context    1724 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		if (!table_context->overdrive_table)
table_context    1728 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 				       table_context->overdrive_table, false);
table_context    1740 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 			       table_context->overdrive_table, true);
table_context    2438 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    2440 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		(OverDriveTable_t *)(table_context->overdrive_table);
table_context    2515 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    2519 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 			       table_context->overdrive_table, false);
table_context    2530 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 			       table_context->overdrive_table, true);
table_context    2616 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    2618 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		(OverDriveTable_t *)(table_context->overdrive_table);
table_context    2793 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		ret = smu_update_table(smu, SMU_TABLE_OVERDRIVE, 0, table_context->overdrive_table, false);
table_context    2802 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 		ret = smu_update_table(smu, SMU_TABLE_OVERDRIVE, 0, table_context->overdrive_table, true);
table_context    2878 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    2879 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	PPTable_t *pptable = table_context->driver_pptable;
table_context    3023 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    3024 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	PPTable_t *pptable = table_context->driver_pptable;
table_context    3123 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	struct smu_table_context *table_context = &smu->smu_table;
table_context    3124 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	ATOM_Vega20_POWERPLAYTABLE *powerplay_table = table_context->power_play_table;