Searched refs:driver_table (Results 1 – 8 of 8) sorted by relevance
260 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local263 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location()266 upper_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()271 lower_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
516 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local547 driver_table->size = max_table_size; in smu_init_fb_allocations()548 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations()549 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations()552 driver_table->size, in smu_init_fb_allocations()553 driver_table->align, in smu_init_fb_allocations()554 driver_table->domain, in smu_init_fb_allocations()555 &driver_table->bo, in smu_init_fb_allocations()556 &driver_table->mc_address, in smu_init_fb_allocations()557 &driver_table->cpu_addr); in smu_init_fb_allocations()[all …]
584 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
660 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local663 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()666 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()671 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
1916 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_read_data()
2369 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_read_data()
2465 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_read_data()
271 struct smu_table driver_table; member