Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c908 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local
927 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM | AMDGPU_GEM_DOMAIN_GTT; in smu_init_fb_allocations()
939 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations()
948 driver_table->size = max_table_size; in smu_init_fb_allocations()
949 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations()
952 driver_table->size, in smu_init_fb_allocations()
953 driver_table->align, in smu_init_fb_allocations()
954 driver_table->domain, in smu_init_fb_allocations()
955 &driver_table->bo, in smu_init_fb_allocations()
956 &driver_table->mc_address, in smu_init_fb_allocations()
[all …]
Dsmu_cmn.c953 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu14/
Dsmu_v14_0.c699 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v14_0_set_driver_table_location() local
702 if (driver_table->mc_address) { in smu_v14_0_set_driver_table_location()
705 upper_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
710 lower_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
Dsmu_v14_0_2_ppt.c1859 struct smu_table *table = &smu_table->driver_table; in smu_v14_0_2_i2c_xfer()
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c686 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local
689 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()
692 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
697 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
Darcturus_ppt.c2037 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
Dnavi10_ppt.c2998 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3771 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c728 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local
731 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location()
734 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
739 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
Dsmu_v13_0_6_ppt.c517 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_metrics_table()
2034 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_request_i2c_xfer()
2060 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_i2c_xfer()
Daldebaran_ppt.c1472 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
Dsmu_v13_0_0_ppt.c2608 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h352 struct smu_table driver_table; member