Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Dsmu_v12_0.c264 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local
267 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location()
270 upper_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
275 lower_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/
H A 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 …]
H A Dsmu_cmn.c584 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A 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()
H A Dnavi10_ppt.c2385 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_read_data()
H A Darcturus_ppt.c1931 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_read_data()
H A Dsienna_cichlid_ppt.c2496 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_read_data()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_smu.h271 struct smu_table driver_table; member