Searched refs:driver_table (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
D | smu_v12_0.c | 265 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local 268 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location() 271 upper_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location() 276 lower_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
|
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/ |
D | amdgpu_smu.c | 743 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local 774 driver_table->size = max_table_size; in smu_init_fb_allocations() 775 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations() 776 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations() 779 driver_table->size, in smu_init_fb_allocations() 780 driver_table->align, in smu_init_fb_allocations() 781 driver_table->domain, in smu_init_fb_allocations() 782 &driver_table->bo, in smu_init_fb_allocations() 783 &driver_table->mc_address, in smu_init_fb_allocations() 784 &driver_table->cpu_addr); in smu_init_fb_allocations() [all …]
|
D | smu_cmn.c | 880 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
|
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0.c | 660 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local 663 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location() 666 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location() 671 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
|
D | aldebaran_ppt.c | 1472 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
|
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | smu_v11_0.c | 708 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local 711 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location() 714 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location() 719 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
|
D | arcturus_ppt.c | 2080 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
|
D | navi10_ppt.c | 2788 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
|
D | sienna_cichlid_ppt.c | 3505 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
|
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/ |
D | amdgpu_smu.h | 352 struct smu_table driver_table; member
|