Searched refs:clk_mgr_dcn42 (Results 1 – 2 of 2) sorted by relevance
86 container_of(clk_mgr_int, struct clk_mgr_dcn42, base)419 struct clk_mgr_dcn42 *clk_mgr) in dcn42_dump_clk_registers()584 struct clk_mgr_dcn42 *clk_mgr = TO_CLK_MGR_DCN42(clk_mgr_int); in dcn42_init_clocks()696 struct clk_mgr_dcn42 *clk_mgr_dcn42 = TO_CLK_MGR_DCN42(clk_mgr); in dcn42_notify_wm_ranges() local703 clk_mgr_dcn42->smu_wm_set.wm_set = (struct dcn42_watermarks *)dm_helpers_allocate_gpu_mem( in dcn42_notify_wm_ranges()707 &clk_mgr_dcn42->smu_wm_set.mc_address.quad_part); in dcn42_notify_wm_ranges()709 ASSERT(clk_mgr_dcn42->smu_wm_set.wm_set); in dcn42_notify_wm_ranges()711 table = clk_mgr_dcn42->smu_wm_set.wm_set; in dcn42_notify_wm_ranges()713 if (!table || clk_mgr_dcn42->smu_wm_set.mc_address.quad_part == 0) in dcn42_notify_wm_ranges()732 clk_mgr_dcn42->smu_wm_set.mc_address.high_part); in dcn42_notify_wm_ranges()[all …]
368 struct clk_mgr_dcn42 *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()