Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu12/
Dsmu_v12_0.c260 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local
263 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()
/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c516 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local
547 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 …]
Dsmu_cmn.c584 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c660 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local
663 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()
Darcturus_ppt.c1916 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_read_data()
Dnavi10_ppt.c2369 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_read_data()
Dsienna_cichlid_ppt.c2465 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_read_data()
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h271 struct smu_table driver_table; member