Home
last modified time | relevance | path

Searched refs:driver_table (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu12/
Dsmu_v12_0.c269 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/
Damdgpu_smu.c759 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 …]
Dsmu_cmn.c841 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c715 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()
Darcturus_ppt.c2066 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
Dnavi10_ppt.c2967 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3706 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c757 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()
Dsmu_v13_0_0_ppt.c1619 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
Daldebaran_ppt.c1478 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h353 struct smu_table driver_table; member