Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.h44 struct clk_mgr_dcn35 { struct
57 struct clk_mgr_dcn35 *clk_mgr, argument
64 struct clk_mgr_dcn35 *clk_mgr,
H A Ddcn35_clk_mgr.c154 container_of(clk_mgr, struct clk_mgr_dcn35, base)
639 struct clk_mgr_dcn35 *clk_mgr) in dcn35_save_clk_registers()
754 struct clk_mgr_dcn35 *clk_mgr_dcn35 = TO_CLK_MGR_DCN35(clk_mgr_int); in dcn35_init_clocks() local
765 dcn35_save_clk_registers(&clk_mgr->boot_snapshot, clk_mgr_dcn35); in dcn35_init_clocks()
943 struct clk_mgr_dcn35 *clk_mgr_dcn35 = TO_CLK_MGR_DCN35(clk_mgr); in dcn35_notify_wm_ranges() local
944 struct dcn35_watermarks *table = clk_mgr_dcn35->smu_wm_set.wm_set; in dcn35_notify_wm_ranges()
949 if (!table || clk_mgr_dcn35->smu_wm_set.mc_address.quad_part == 0) in dcn35_notify_wm_ranges()
957 clk_mgr_dcn35->smu_wm_set.mc_address.high_part); in dcn35_notify_wm_ranges()
959 clk_mgr_dcn35->smu_wm_set.mc_address.low_part); in dcn35_notify_wm_ranges()
1422 struct clk_mgr_dcn35 *clk_mgr, in dcn35_clk_mgr_construct()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c353 struct clk_mgr_dcn35 *clk_mgr = kzalloc_obj(*clk_mgr); in dc_clk_mgr_create()