Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
Ddcn316_clk_mgr.h37 struct clk_mgr_dcn316 { struct
43 struct clk_mgr_dcn316 *clk_mgr, argument
Ddcn316_clk_mgr.c67 container_of(clk_mgr, struct clk_mgr_dcn316, base)
396 struct clk_mgr_dcn316 *clk_mgr_dcn316 = TO_CLK_MGR_DCN316(clk_mgr); in dcn316_notify_wm_ranges() local
397 struct dcn316_watermarks *table = clk_mgr_dcn316->smu_wm_set.wm_set; in dcn316_notify_wm_ranges()
402 if (!table || clk_mgr_dcn316->smu_wm_set.mc_address.quad_part == 0) in dcn316_notify_wm_ranges()
410 clk_mgr_dcn316->smu_wm_set.mc_address.high_part); in dcn316_notify_wm_ranges()
412 clk_mgr_dcn316->smu_wm_set.mc_address.low_part); in dcn316_notify_wm_ranges()
569 struct clk_mgr_dcn316 *clk_mgr, in dcn316_clk_mgr_construct()
664 struct clk_mgr_dcn316 *clk_mgr = TO_CLK_MGR_DCN316(clk_mgr_int); in dcn316_clk_mgr_destroy()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c320 struct clk_mgr_dcn316 *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()