Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
A Ddcn316_clk_mgr.c419 if (!table || clk_mgr_dcn316->smu_wm_set.mc_address.quad_part == 0) in dcn316_notify_wm_ranges()
427 clk_mgr_dcn316->smu_wm_set.mc_address.high_part); in dcn316_notify_wm_ranges()
429 clk_mgr_dcn316->smu_wm_set.mc_address.low_part); in dcn316_notify_wm_ranges()
441 if (!table || smu_dpm_clks->mc_address.quad_part == 0) in dcn316_get_dpm_table_from_smu()
447 smu_dpm_clks->mc_address.high_part); in dcn316_get_dpm_table_from_smu()
449 smu_dpm_clks->mc_address.low_part); in dcn316_get_dpm_table_from_smu()
639 &clk_mgr->smu_wm_set.mc_address.quad_part); in dcn316_clk_mgr_construct()
643 clk_mgr->smu_wm_set.mc_address.quad_part = 0; in dcn316_clk_mgr_construct()
651 &smu_dpm_clks.mc_address.quad_part); in dcn316_clk_mgr_construct()
655 smu_dpm_clks.mc_address.quad_part = 0; in dcn316_clk_mgr_construct()
[all …]
A Ddcn316_clk_mgr.h34 union large_integer mc_address; member
A Ddcn316_smu.h104 union large_integer mc_address; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
A Dvg_clk_mgr.c453 if (!table || clk_mgr_vgh->smu_wm_set.mc_address.quad_part == 0) in vg_notify_wm_ranges()
461 clk_mgr_vgh->smu_wm_set.mc_address.high_part); in vg_notify_wm_ranges()
463 clk_mgr_vgh->smu_wm_set.mc_address.low_part); in vg_notify_wm_ranges()
648 if (!table || smu_dpm_clks->mc_address.quad_part == 0) in vg_get_dpm_table_from_smu()
654 smu_dpm_clks->mc_address.high_part); in vg_get_dpm_table_from_smu()
656 smu_dpm_clks->mc_address.low_part); in vg_get_dpm_table_from_smu()
685 &clk_mgr->smu_wm_set.mc_address.quad_part); in vg_clk_mgr_construct()
689 clk_mgr->smu_wm_set.mc_address.quad_part = 0; in vg_clk_mgr_construct()
697 &smu_dpm_clks.mc_address.quad_part); in vg_clk_mgr_construct()
701 smu_dpm_clks.mc_address.quad_part = 0; in vg_clk_mgr_construct()
[all …]
A Dvg_clk_mgr.h37 union large_integer mc_address; member
A Ddcn301_smu.h126 union large_integer mc_address; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
A Ddcn315_clk_mgr.c441 if (!table || clk_mgr_dcn315->smu_wm_set.mc_address.quad_part == 0) in dcn315_notify_wm_ranges()
449 clk_mgr_dcn315->smu_wm_set.mc_address.high_part); in dcn315_notify_wm_ranges()
451 clk_mgr_dcn315->smu_wm_set.mc_address.low_part); in dcn315_notify_wm_ranges()
463 if (!table || smu_dpm_clks->mc_address.quad_part == 0) in dcn315_get_dpm_table_from_smu()
469 smu_dpm_clks->mc_address.high_part); in dcn315_get_dpm_table_from_smu()
471 smu_dpm_clks->mc_address.low_part); in dcn315_get_dpm_table_from_smu()
618 &clk_mgr->smu_wm_set.mc_address.quad_part); in dcn315_clk_mgr_construct()
622 clk_mgr->smu_wm_set.mc_address.quad_part = 0; in dcn315_clk_mgr_construct()
630 &smu_dpm_clks.mc_address.quad_part); in dcn315_clk_mgr_construct()
634 smu_dpm_clks.mc_address.quad_part = 0; in dcn315_clk_mgr_construct()
[all …]
A Ddcn315_clk_mgr.h34 union large_integer mc_address; member
A Ddcn315_smu.h96 union large_integer mc_address; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
A Ddcn31_clk_mgr.c484 if (!table || clk_mgr_dcn31->smu_wm_set.mc_address.quad_part == 0) in dcn31_notify_wm_ranges()
492 clk_mgr_dcn31->smu_wm_set.mc_address.high_part); in dcn31_notify_wm_ranges()
494 clk_mgr_dcn31->smu_wm_set.mc_address.low_part); in dcn31_notify_wm_ranges()
506 if (!table || smu_dpm_clks->mc_address.quad_part == 0) in dcn31_get_dpm_table_from_smu()
512 smu_dpm_clks->mc_address.high_part); in dcn31_get_dpm_table_from_smu()
514 smu_dpm_clks->mc_address.low_part); in dcn31_get_dpm_table_from_smu()
695 &clk_mgr->smu_wm_set.mc_address.quad_part); in dcn31_clk_mgr_construct()
699 clk_mgr->smu_wm_set.mc_address.quad_part = 0; in dcn31_clk_mgr_construct()
707 &smu_dpm_clks.mc_address.quad_part); in dcn31_clk_mgr_construct()
711 smu_dpm_clks.mc_address.quad_part = 0; in dcn31_clk_mgr_construct()
[all …]
A Ddcn31_clk_mgr.h34 union large_integer mc_address; member
A Ddcn31_smu.h238 union large_integer mc_address; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
A Ddcn314_clk_mgr.c502 if (!table || clk_mgr_dcn314->smu_wm_set.mc_address.quad_part == 0) in dcn314_notify_wm_ranges()
510 clk_mgr_dcn314->smu_wm_set.mc_address.high_part); in dcn314_notify_wm_ranges()
512 clk_mgr_dcn314->smu_wm_set.mc_address.low_part); in dcn314_notify_wm_ranges()
524 if (!table || smu_dpm_clks->mc_address.quad_part == 0) in dcn314_get_dpm_table_from_smu()
530 smu_dpm_clks->mc_address.high_part); in dcn314_get_dpm_table_from_smu()
532 smu_dpm_clks->mc_address.low_part); in dcn314_get_dpm_table_from_smu()
742 &clk_mgr->smu_wm_set.mc_address.quad_part); in dcn314_clk_mgr_construct()
746 clk_mgr->smu_wm_set.mc_address.quad_part = 0; in dcn314_clk_mgr_construct()
754 &smu_dpm_clks.mc_address.quad_part); in dcn314_clk_mgr_construct()
758 smu_dpm_clks.mc_address.quad_part = 0; in dcn314_clk_mgr_construct()
[all …]
A Ddcn314_clk_mgr.h35 union large_integer mc_address; member
A Ddcn314_smu.h78 union large_integer mc_address; member
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu12/
A Dsmu_v12_0.c272 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location()
275 upper_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
280 lower_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/
A Damdgpu_smu.c775 &tables[SMU_TABLE_PMSTATUSLOG].mc_address, in smu_init_fb_allocations()
804 &driver_table->mc_address, in smu_init_fb_allocations()
808 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_init_fb_allocations()
810 &tables[SMU_TABLE_PMSTATUSLOG].mc_address, in smu_init_fb_allocations()
823 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_fini_fb_allocations()
825 &tables[SMU_TABLE_PMSTATUSLOG].mc_address, in smu_fini_fb_allocations()
829 &driver_table->mc_address, in smu_fini_fb_allocations()
870 &memory_pool->mc_address, in smu_alloc_memory_pool()
891 &memory_pool->mc_address, in smu_free_memory_pool()
915 &dummy_read_1_table->mc_address, in smu_alloc_dummy_read_table()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsmu_v11_0.c655 address = memory_pool->mc_address; in smu_v11_0_notify_memory_pool_location()
692 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()
695 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
700 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
712 if (tool_table->mc_address) { in smu_v11_0_set_tool_table_location()
715 upper_32_bits(tool_table->mc_address), in smu_v11_0_set_tool_table_location()
720 lower_32_bits(tool_table->mc_address), in smu_v11_0_set_tool_table_location()
A Dnavi10_ppt.c2827 upper_32_bits(dummy_read_table->mc_address), in navi10_set_dummy_pstates_table_location()
2834 lower_32_bits(dummy_read_table->mc_address), in navi10_set_dummy_pstates_table_location()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c711 address = memory_pool->mc_address; in smu_v13_0_notify_memory_pool_location()
748 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location()
751 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
756 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
768 if (tool_table->mc_address) { in smu_v13_0_set_tool_table_location()
771 upper_32_bits(tool_table->mc_address), in smu_v13_0_set_tool_table_location()
776 lower_32_bits(tool_table->mc_address), in smu_v13_0_set_tool_table_location()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/inc/
A Damdgpu_smu.h257 uint64_t mc_address; member

Completed in 52 milliseconds