Searched refs:driver_table (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
| H A D | smu_v12_0.c | 270 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 D | amdgpu_smu.c | 928 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 D | smu_cmn.c | 952 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 D | smu_v14_0.c | 701 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 D | smu_v14_0_2_ppt.c | 1954 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 D | smu_v11_0.c | 689 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 D | arcturus_ppt.c | 1637 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
|
| H A D | sienna_cichlid_ppt.c | 2537 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
|
| H A D | navi10_ppt.c | 3035 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0.c | 726 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 D | smu_v13_0_12_ppt.c | 194 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_12_get_static_metrics_table()
|
| H A D | smu_v13_0_6_ppt.c | 690 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 D | aldebaran_ppt.c | 1473 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
|
| H A D | smu_v13_0_0_ppt.c | 2740 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 D | amdgpu_smu.h | 352 struct smu_table driver_table; member
|