Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu12/
Dsmu_v12_0.c270 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()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c807 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local
826 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM | AMDGPU_GEM_DOMAIN_GTT; in smu_init_fb_allocations()
838 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations()
847 driver_table->size = max_table_size; in smu_init_fb_allocations()
848 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations()
851 driver_table->size, in smu_init_fb_allocations()
852 driver_table->align, in smu_init_fb_allocations()
853 driver_table->domain, in smu_init_fb_allocations()
854 &driver_table->bo, in smu_init_fb_allocations()
855 &driver_table->mc_address, in smu_init_fb_allocations()
[all …]
Dsmu_cmn.c867 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c689 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()
Darcturus_ppt.c2067 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
Dnavi10_ppt.c2976 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3752 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c727 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()
Dsmu_v13_0_6_ppt.c304 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()
Daldebaran_ppt.c1471 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
Dsmu_v13_0_0_ppt.c2258 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h347 struct smu_table driver_table; member