Searched refs:smu_wm_set (Results 1 – 4 of 4) sorted by relevance
463 struct dcn31_watermarks *table = clk_mgr_dcn31->smu_wm_set.wm_set; in dcn31_notify_wm_ranges()468 if (!table || clk_mgr_dcn31->smu_wm_set.mc_address.quad_part == 0) in dcn31_notify_wm_ranges()476 clk_mgr_dcn31->smu_wm_set.mc_address.high_part); in dcn31_notify_wm_ranges()478 clk_mgr_dcn31->smu_wm_set.mc_address.low_part); in dcn31_notify_wm_ranges()644 clk_mgr->smu_wm_set.wm_set = (struct dcn31_watermarks *)dm_helpers_allocate_gpu_mem( in dcn31_clk_mgr_construct()648 &clk_mgr->smu_wm_set.mc_address.quad_part); in dcn31_clk_mgr_construct()650 if (clk_mgr->smu_wm_set.wm_set == 0) { in dcn31_clk_mgr_construct()651 clk_mgr->smu_wm_set.wm_set = &dummy_wms; in dcn31_clk_mgr_construct()652 clk_mgr->smu_wm_set.mc_address.quad_part = 0; in dcn31_clk_mgr_construct()654 ASSERT(clk_mgr->smu_wm_set.wm_set); in dcn31_clk_mgr_construct()[all …]
39 struct dcn31_smu_watermark_set smu_wm_set; member
458 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()750 clk_mgr->smu_wm_set.wm_set = (struct watermarks *)dm_helpers_allocate_gpu_mem( in vg_clk_mgr_construct()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()[all …]
39 struct smu_watermark_set smu_wm_set; member