Home
last modified time | relevance | path

Searched refs:driver_table (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Dsmu_v12_0.c270 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local
273 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location()
276 upper_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
281 lower_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c699 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v14_0_set_driver_table_location() local
702 if (driver_table->mc_address) { in smu_v14_0_set_driver_table_location()
705 upper_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
710 lower_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c686 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local
689 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()
692 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
697 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c728 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local
731 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location()
734 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
739 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
H A Dsmu_v13_0_6_ppt.c517 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_metrics_table()
2034 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_request_i2c_xfer()
2060 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_i2c_xfer()
H A Daldebaran_ppt.c1472 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()