Searched refs:driver_table (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/ |
| H A D | amdgpu_smu.c | 969 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local 988 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM | AMDGPU_GEM_DOMAIN_GTT; in smu_init_fb_allocations() 1000 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations() 1009 driver_table->size = max_table_size; in smu_init_fb_allocations() 1010 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations() 1013 driver_table->size, in smu_init_fb_allocations() 1014 driver_table->align, in smu_init_fb_allocations() 1015 driver_table->domain, in smu_init_fb_allocations() 1016 &driver_table->bo, in smu_init_fb_allocations() 1017 &driver_table->mc_address, in smu_init_fb_allocations() [all …]
|
| H A D | smu_cmn.c | 1046 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0.c | 673 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v15_0_set_driver_table_location() local 676 if (driver_table->mc_address) { in smu_v15_0_set_driver_table_location() 679 upper_32_bits(driver_table->mc_address), in smu_v15_0_set_driver_table_location() 684 lower_32_bits(driver_table->mc_address), in smu_v15_0_set_driver_table_location()
|
| H A D | smu_v15_0_0_ppt.c | 244 struct smu_table *table = &smu_table->driver_table; in smu_v15_0_0_update_table()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0.c | 704 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v14_0_set_driver_table_location() local 707 if (driver_table->mc_address) { in smu_v14_0_set_driver_table_location() 710 upper_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location() 715 lower_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
|
| H A D | smu_v14_0_2_ppt.c | 1870 struct smu_table *table = &smu_table->driver_table; in smu_v14_0_2_i2c_xfer()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | smu_v11_0.c | 688 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local 691 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location() 694 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location() 699 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
|
| H A D | arcturus_ppt.c | 1573 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
|
| H A D | navi10_ppt.c | 2787 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
|
| H A D | sienna_cichlid_ppt.c | 2501 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0.c | 719 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local 722 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location() 725 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location() 730 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
|
| H A D | smu_v13_0_6_ppt.c | 763 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_metrics_table() 845 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_static_metrics_table() 2310 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_request_i2c_xfer() 2336 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_i2c_xfer()
|
| H A D | smu_v13_0_12_ppt.c | 457 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_12_get_system_metrics_table()
|
| H A D | aldebaran_ppt.c | 1416 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
|
| H A D | smu_v13_0_0_ppt.c | 2639 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| H A D | amdgpu_smu.h | 408 struct smu_table driver_table; member
|