Home
last modified time | relevance | path

Searched refs:smu_wm_set (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
A Ddcn31_clk_mgr.c469 struct dcn31_watermarks *table = clk_mgr_dcn31->smu_wm_set.wm_set; in dcn31_notify_wm_ranges()
474 if (!table || clk_mgr_dcn31->smu_wm_set.mc_address.quad_part == 0) in dcn31_notify_wm_ranges()
482 clk_mgr_dcn31->smu_wm_set.mc_address.high_part); in dcn31_notify_wm_ranges()
484 clk_mgr_dcn31->smu_wm_set.mc_address.low_part); in dcn31_notify_wm_ranges()
654 &clk_mgr->smu_wm_set.mc_address.quad_part); in dcn31_clk_mgr_construct()
656 if (!clk_mgr->smu_wm_set.wm_set) { in dcn31_clk_mgr_construct()
657 clk_mgr->smu_wm_set.wm_set = &dummy_wms; in dcn31_clk_mgr_construct()
658 clk_mgr->smu_wm_set.mc_address.quad_part = 0; in dcn31_clk_mgr_construct()
660 ASSERT(clk_mgr->smu_wm_set.wm_set); in dcn31_clk_mgr_construct()
724 if (clk_mgr->smu_wm_set.wm_set && clk_mgr->smu_wm_set.mc_address.quad_part != 0) in dcn31_clk_mgr_destroy()
[all …]
A Ddcn31_clk_mgr.h39 struct dcn31_smu_watermark_set smu_wm_set; member
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
A Dvg_clk_mgr.c458 struct watermarks *table = clk_mgr_vgh->smu_wm_set.wm_set; in vg_notify_wm_ranges()
463 if (!table || clk_mgr_vgh->smu_wm_set.mc_address.quad_part == 0) in vg_notify_wm_ranges()
471 clk_mgr_vgh->smu_wm_set.mc_address.high_part); in vg_notify_wm_ranges()
473 clk_mgr_vgh->smu_wm_set.mc_address.low_part); in vg_notify_wm_ranges()
754 &clk_mgr->smu_wm_set.mc_address.quad_part); in vg_clk_mgr_construct()
756 if (clk_mgr->smu_wm_set.wm_set == 0) { in vg_clk_mgr_construct()
757 clk_mgr->smu_wm_set.wm_set = &dummy_wms; in vg_clk_mgr_construct()
758 clk_mgr->smu_wm_set.mc_address.quad_part = 0; in vg_clk_mgr_construct()
760 ASSERT(clk_mgr->smu_wm_set.wm_set); in vg_clk_mgr_construct()
830 if (clk_mgr->smu_wm_set.wm_set && clk_mgr->smu_wm_set.mc_address.quad_part != 0) in vg_clk_mgr_destroy()
[all …]
A Dvg_clk_mgr.h39 struct smu_watermark_set smu_wm_set; member

Completed in 8 milliseconds