Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c800 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local
841 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations()
844 driver_table->size, in smu_init_fb_allocations()
845 driver_table->align, in smu_init_fb_allocations()
846 driver_table->domain, in smu_init_fb_allocations()
847 &driver_table->bo, in smu_init_fb_allocations()
848 &driver_table->mc_address, in smu_init_fb_allocations()
849 &driver_table->cpu_addr); in smu_init_fb_allocations()
865 struct smu_table *driver_table = &(smu_table->driver_table); in smu_fini_fb_allocations() local
873 &driver_table->mc_address, in smu_fini_fb_allocations()
[all …]
H A Dsmu_cmn.c867 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c689 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local
692 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()
695 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
700 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
H A Darcturus_ppt.c2067 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
H A Dnavi10_ppt.c2976 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
H A Dsienna_cichlid_ppt.c3752 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c727 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local
730 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location()
733 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
738 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
H A Dsmu_v13_0_6_ppt.c304 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_metrics_table()
1678 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_request_i2c_xfer()
1704 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_i2c_xfer()
H A Daldebaran_ppt.c1474 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
H A Dsmu_v13_0_0_ppt.c2230 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h347 struct smu_table driver_table; member