Searched refs:driver_table (Results 1 – 5 of 5) sorted by relevance
517 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local520 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location()523 upper_32_bits(driver_table->mc_address)); in smu_v12_0_set_driver_table_location()527 lower_32_bits(driver_table->mc_address)); in smu_v12_0_set_driver_table_location()
530 struct smu_table *table = &smu_table->driver_table; in smu_update_table()991 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local1022 driver_table->size = max_table_size; in smu_init_fb_allocations()1023 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations()1024 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations()1027 driver_table->size, in smu_init_fb_allocations()1028 driver_table->align, in smu_init_fb_allocations()1029 driver_table->domain, in smu_init_fb_allocations()1030 &driver_table->bo, in smu_init_fb_allocations()1031 &driver_table->mc_address, in smu_init_fb_allocations()[all …]
788 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local791 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()794 upper_32_bits(driver_table->mc_address)); in smu_v11_0_set_driver_table_location()798 lower_32_bits(driver_table->mc_address)); in smu_v11_0_set_driver_table_location()
2043 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_eeprom_read_data()
273 struct smu_table driver_table; member