Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu12/
Dsmu_v12_0.c265 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/
Damdgpu_smu.c743 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 …]
Dsmu_cmn.c880 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c660 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()
Daldebaran_ppt.c1472 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c708 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()
Darcturus_ppt.c2080 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
Dnavi10_ppt.c2788 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3505 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h352 struct smu_table driver_table; member