Searched refs:driver_table (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
D | smu_v12_0.c | 269 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local 272 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location() 275 upper_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location() 280 lower_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/ |
D | amdgpu_smu.c | 759 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local 790 driver_table->size = max_table_size; in smu_init_fb_allocations() 791 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations() 792 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations() 795 driver_table->size, in smu_init_fb_allocations() 796 driver_table->align, in smu_init_fb_allocations() 797 driver_table->domain, in smu_init_fb_allocations() 798 &driver_table->bo, in smu_init_fb_allocations() 799 &driver_table->mc_address, in smu_init_fb_allocations() 800 &driver_table->cpu_addr); in smu_init_fb_allocations() [all …]
|
D | smu_cmn.c | 841 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | smu_v11_0.c | 715 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local 718 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location() 721 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location() 726 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
|
D | arcturus_ppt.c | 2066 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
|
D | navi10_ppt.c | 2967 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
|
D | sienna_cichlid_ppt.c | 3706 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0.c | 757 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local 760 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location() 763 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location() 768 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
|
D | smu_v13_0_0_ppt.c | 1619 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
|
D | aldebaran_ppt.c | 1478 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/inc/ |
D | amdgpu_smu.h | 353 struct smu_table driver_table; member
|