Home
last modified time | relevance | path

Searched refs:mc_address (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu12/
Dsmu_v12_0.c267 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c527 &tables[SMU_TABLE_PMSTATUSLOG].mc_address, in smu_init_fb_allocations()
556 &driver_table->mc_address, in smu_init_fb_allocations()
560 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_init_fb_allocations()
562 &tables[SMU_TABLE_PMSTATUSLOG].mc_address, in smu_init_fb_allocations()
575 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_fini_fb_allocations()
577 &tables[SMU_TABLE_PMSTATUSLOG].mc_address, in smu_fini_fb_allocations()
581 &driver_table->mc_address, in smu_fini_fb_allocations()
622 &memory_pool->mc_address, in smu_alloc_memory_pool()
643 &memory_pool->mc_address, in smu_free_memory_pool()
668 &dummy_read_1_table->mc_address, in smu_alloc_dummy_read_table()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c626 address = memory_pool->mc_address; in smu_v11_0_notify_memory_pool_location()
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()
683 if (tool_table->mc_address) { in smu_v11_0_set_tool_table_location()
686 upper_32_bits(tool_table->mc_address), in smu_v11_0_set_tool_table_location()
691 lower_32_bits(tool_table->mc_address), in smu_v11_0_set_tool_table_location()
Dnavi10_ppt.c2262 upper_32_bits(dummy_read_table->mc_address), in navi10_set_dummy_pstates_table_location()
2269 lower_32_bits(dummy_read_table->mc_address), in navi10_set_dummy_pstates_table_location()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h181 uint64_t mc_address; member