Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c969 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local
988 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM | AMDGPU_GEM_DOMAIN_GTT; in smu_init_fb_allocations()
1000 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations()
1009 driver_table->size = max_table_size; in smu_init_fb_allocations()
1010 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations()
1013 driver_table->size, in smu_init_fb_allocations()
1014 driver_table->align, in smu_init_fb_allocations()
1015 driver_table->domain, in smu_init_fb_allocations()
1016 &driver_table->bo, in smu_init_fb_allocations()
1017 &driver_table->mc_address, in smu_init_fb_allocations()
[all …]
H A Dsmu_cmn.c1046 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0.c673 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v15_0_set_driver_table_location() local
676 if (driver_table->mc_address) { in smu_v15_0_set_driver_table_location()
679 upper_32_bits(driver_table->mc_address), in smu_v15_0_set_driver_table_location()
684 lower_32_bits(driver_table->mc_address), in smu_v15_0_set_driver_table_location()
H A Dsmu_v15_0_0_ppt.c244 struct smu_table *table = &smu_table->driver_table; in smu_v15_0_0_update_table()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c704 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v14_0_set_driver_table_location() local
707 if (driver_table->mc_address) { in smu_v14_0_set_driver_table_location()
710 upper_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
715 lower_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
H A Dsmu_v14_0_2_ppt.c1870 struct smu_table *table = &smu_table->driver_table; in smu_v14_0_2_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c688 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local
691 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()
694 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
699 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
H A Darcturus_ppt.c1573 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
H A Dnavi10_ppt.c2787 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
H A Dsienna_cichlid_ppt.c2501 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c719 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local
722 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location()
725 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
730 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
H A Dsmu_v13_0_6_ppt.c763 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_metrics_table()
845 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_static_metrics_table()
2310 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_request_i2c_xfer()
2336 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_i2c_xfer()
H A Dsmu_v13_0_12_ppt.c457 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_12_get_system_metrics_table()
H A Daldebaran_ppt.c1416 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
H A Dsmu_v13_0_0_ppt.c2639 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h408 struct smu_table driver_table; member