Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/
A 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/drivers/gpu/drm/amd/pm/swsmu/
A Damdgpu_smu.c750 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local
782 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations()
786 driver_table->size, in smu_init_fb_allocations()
787 driver_table->align, in smu_init_fb_allocations()
788 driver_table->domain, in smu_init_fb_allocations()
789 &driver_table->bo, in smu_init_fb_allocations()
790 &driver_table->mc_address, in smu_init_fb_allocations()
791 &driver_table->cpu_addr); in smu_init_fb_allocations()
807 struct smu_table *driver_table = &(smu_table->driver_table); in smu_fini_fb_allocations() local
815 &driver_table->mc_address, in smu_fini_fb_allocations()
[all …]
A Dsmu_cmn.c884 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c666 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local
669 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location()
672 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
677 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
A Daldebaran_ppt.c1474 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsmu_v11_0.c711 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local
714 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()
717 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
722 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
A Darcturus_ppt.c2094 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
A Dnavi10_ppt.c2791 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
A Dsienna_cichlid_ppt.c3458 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/inc/
A Damdgpu_smu.h352 struct smu_table driver_table; member

Completed in 42 milliseconds