Searched refs:driver_table (Results 1 – 12 of 12) sorted by relevance
270 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local273 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()
800 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local 819 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM | AMDGPU_GEM_DOMAIN_GTT; in smu_init_fb_allocations() 831 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations() 840 driver_table->size = max_table_size; in smu_init_fb_allocations() 841 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations() 844 driver_table->size, in smu_init_fb_allocations() 845 driver_table->align, in smu_init_fb_allocations() 846 driver_table->domain, in smu_init_fb_allocations() 847 &driver_table in smu_init_fb_allocations() 865 struct smu_table *driver_table = &(smu_table->driver_table); smu_fini_fb_allocations() local [all...]
867 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
689 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local692 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()
2067 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
2991 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
3754 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
727 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()
304 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()
1474 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
2232 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
347 struct smu_table driver_table; member