Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/powerplay/
Damdgpu_smu.c451 upper_32_bits(table->mc_address)); in smu_update_table()
455 lower_32_bits(table->mc_address)); in smu_update_table()
938 &tables[i].mc_address, in smu_init_fb_allocations()
950 &tables[i].mc_address, in smu_init_fb_allocations()
971 &tables[i].mc_address, in smu_fini_fb_allocations()
1202 &memory_pool->mc_address, in smu_alloc_memory_pool()
1222 &memory_pool->mc_address, in smu_free_memory_pool()
Dsmu_v11_0.c702 address = memory_pool->mc_address; in smu_v11_0_notify_memory_pool_location()
821 if (tool_table->mc_address) { in smu_v11_0_set_tool_table_location()
824 upper_32_bits(tool_table->mc_address)); in smu_v11_0_set_tool_table_location()
828 lower_32_bits(tool_table->mc_address)); in smu_v11_0_set_tool_table_location()
/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h181 uint64_t mc_address; member