Home
last modified time | relevance | path

Searched refs:tool_table (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c687 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v13_0_set_tool_table_location() local
689 if (tool_table->mc_address) { in smu_v13_0_set_tool_table_location()
692 upper_32_bits(tool_table->mc_address), in smu_v13_0_set_tool_table_location()
697 lower_32_bits(tool_table->mc_address), in smu_v13_0_set_tool_table_location()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsmu_v11_0.c732 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v11_0_set_tool_table_location() local
734 if (tool_table->mc_address) { in smu_v11_0_set_tool_table_location()
737 upper_32_bits(tool_table->mc_address), in smu_v11_0_set_tool_table_location()
742 lower_32_bits(tool_table->mc_address), in smu_v11_0_set_tool_table_location()

Completed in 10 milliseconds