Searched refs:driver_table (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 801 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local 820 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM | AMDGPU_GEM_DOMAIN_GTT; in smu_init_fb_allocations() 832 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations() 841 driver_table->size = max_table_size; in smu_init_fb_allocations() 842 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations() 845 driver_table->size, in smu_init_fb_allocations() 846 driver_table->align, in smu_init_fb_allocations() 847 driver_table->domain, in smu_init_fb_allocations() 848 &driver_table->bo, in smu_init_fb_allocations() 849 &driver_table->mc_address, in smu_init_fb_allocations() [all …]
|
H A D | smu_cmn.c | 867 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
|
/openbmc/linux/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 | 2067 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
|
H A D | navi10_ppt.c | 2991 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
|
H A D | sienna_cichlid_ppt.c | 3752 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0.c | 727 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 D | smu_v13_0_6_ppt.c | 304 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 D | aldebaran_ppt.c | 1474 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
|
H A D | smu_v13_0_0_ppt.c | 2230 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 D | amdgpu_smu.h | 347 struct smu_table driver_table; member
|