Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c928 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local
969 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations()
972 driver_table->size, in smu_init_fb_allocations()
973 driver_table->align, in smu_init_fb_allocations()
974 driver_table->domain, in smu_init_fb_allocations()
975 &driver_table->bo, in smu_init_fb_allocations()
976 &driver_table->mc_address, in smu_init_fb_allocations()
977 &driver_table->cpu_addr); in smu_init_fb_allocations()
993 struct smu_table *driver_table = &(smu_table->driver_table); in smu_fini_fb_allocations() local
1001 &driver_table->mc_address, in smu_fini_fb_allocations()
[all …]
H A Dsmu_cmn.c952 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c701 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v14_0_set_driver_table_location() local
704 if (driver_table->mc_address) { in smu_v14_0_set_driver_table_location()
707 upper_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
712 lower_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
H A Dsmu_v14_0_2_ppt.c1954 struct smu_table *table = &smu_table->driver_table; in smu_v14_0_2_i2c_xfer()
/linux-6.15/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.c1637 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
H A Dsienna_cichlid_ppt.c2537 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
H A Dnavi10_ppt.c3035 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c726 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local
729 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location()
732 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
737 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
H A Dsmu_v13_0_12_ppt.c194 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_12_get_static_metrics_table()
H A Dsmu_v13_0_6_ppt.c690 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_metrics_table()
2220 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_request_i2c_xfer()
2246 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_i2c_xfer()
H A Daldebaran_ppt.c1473 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
H A Dsmu_v13_0_0_ppt.c2740 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h352 struct smu_table driver_table; member