Home
last modified time | relevance | path

Searched defs:dccg (Results 1 – 25 of 25) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_dccg.c31 #define TO_DCN_DCCG(dccg)\ argument
46 void dccg31_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) in dccg31_update_dpp_dto()
97 static void dccg31_enable_dpstreamclk(struct dccg *dccg, int otg_inst) in dccg31_enable_dpstreamclk()
129 static void dccg31_disable_dpstreamclk(struct dccg *dccg, int otg_inst) in dccg31_disable_dpstreamclk()
162 struct dccg *dccg, in dccg31_set_dpstreamclk()
174 struct dccg *dccg, in dccg31_enable_symclk32_se()
227 struct dccg *dccg, in dccg31_disable_symclk32_se()
277 struct dccg *dccg, in dccg31_enable_symclk32_le()
312 struct dccg *dccg, in dccg31_disable_symclk32_le()
343 void dccg31_disable_dscclk(struct dccg *dccg, int inst) in dccg31_disable_dscclk()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_dccg.c30 #define TO_DCN_DCCG(dccg)\ argument
46 struct dccg *dccg, in dccg32_get_pixel_rate_div()
88 struct dccg *dccg, in dccg32_set_pixel_rate_div()
136 struct dccg *dccg, in dccg32_set_dtbclk_p_src()
192 struct dccg *dccg, in dccg32_set_dtbclk_dto()
239 struct dccg *dccg, in dccg32_set_valid_pixel_rate()
254 static void dccg32_get_dccg_ref_freq(struct dccg *dccg, in dccg32_get_dccg_ref_freq()
267 struct dccg *dccg, in dccg32_set_dpstreamclk()
303 static void dccg32_otg_add_pixel(struct dccg *dccg, in dccg32_otg_add_pixel()
312 static void dccg32_otg_drop_pixel(struct dccg *dccg, in dccg32_otg_drop_pixel()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dccg.c32 #define TO_DCN_DCCG(dccg)\ argument
47 void dccg2_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) in dccg2_update_dpp_dto()
77 void dccg2_get_dccg_ref_freq(struct dccg *dccg, in dccg2_get_dccg_ref_freq()
99 void dccg2_set_fifo_errdet_ovr_en(struct dccg *dccg, in dccg2_set_fifo_errdet_ovr_en()
108 void dccg2_otg_add_pixel(struct dccg *dccg, in dccg2_otg_add_pixel()
120 void dccg2_otg_drop_pixel(struct dccg *dccg, in dccg2_otg_drop_pixel()
132 void dccg2_init(struct dccg *dccg) in dccg2_init()
170 void dcn_dccg_destroy(struct dccg **dccg) in dcn_dccg_destroy()
Ddcn20_hwseq.c1454 struct dccg *dccg = dc->res_pool->dccg; in dcn20_update_dchubp_dpp() local
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_dccg.c33 #define TO_DCN_DCCG(dccg)\ argument
49 struct dccg *dccg, in dccg314_get_pixel_rate_div()
91 struct dccg *dccg, in dccg314_set_pixel_rate_div()
138 struct dccg *dccg, in dccg314_set_dtbclk_p_src()
195 struct dccg *dccg, in dccg314_set_dtbclk_dto()
239 struct dccg *dccg, in dccg314_set_dpstreamclk()
278 struct dccg *dccg, in dccg314_set_valid_pixel_rate()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddccg.h66 struct dccg { struct
68 const struct dccg_funcs *funcs; argument
87 void (*update_dpp_dto)(struct dccg *dccg, argument
Dclk_mgr_internal.h274 struct dccg *dccg; member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_dccg.c31 #define TO_DCN_DCCG(dccg)\ argument
47 static void dccg201_update_dpp_dto(struct dccg *dccg, int dpp_inst, in dccg201_update_dpp_dto()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_dccg.c31 #define TO_DCN_DCCG(dccg)\ argument
46 void dccg21_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) in dccg21_update_dpp_dto()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c155 struct dccg *dccg = clk_mgr->base.ctx->dc->res_pool->dccg; in dcn20_update_clocks_update_dentist() local
185 struct dccg *dccg = clk_mgr->base.ctx->dc->res_pool->dccg; in dcn20_update_clocks_update_dentist() local
532 struct dccg *dccg) in dcn20_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/link/
Dlink_hwss_hpo_dp.c108 struct dccg *dccg = dc->res_pool->dccg; in setup_hpo_dp_stream_encoder() local
130 struct dccg *dccg = dc->res_pool->dccg; in reset_hpo_dp_stream_encoder() local
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_dccg.c30 #define TO_DCN_DCCG(dccg)\ argument
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dccg.c30 #define TO_DCN_DCCG(dccg)\ argument
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
Ddcn201_clk_mgr.c175 struct dccg *dccg) in dcn201_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c147 … clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg *dccg) in dc_clk_mgr_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
Ddcn32_clk_mgr.c240 struct dccg *dccg = clk_mgr->dccg; in dcn32_update_clocks_update_dtb_dto() local
757 struct dccg *dccg) in dcn32_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
Dvg_clk_mgr.c647 struct dccg *dccg) in vg_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
Ddcn315_clk_mgr.c608 struct dccg *dccg) in dcn315_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr.c524 struct dccg *dccg) in dcn3_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
Drn_clk_mgr.c702 struct dccg *dccg) in rn_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
Ddcn316_clk_mgr.c617 struct dccg *dccg) in dcn316_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
Ddcn31_clk_mgr.c671 struct dccg *dccg) in dcn31_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
Ddcn314_clk_mgr.c721 struct dccg *dccg) in dcn314_clk_mgr_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2659 struct clk_mgr *dccg = dc->clk_mgr; in dce110_prepare_bandwidth() local
2673 struct clk_mgr *dccg = dc->clk_mgr; in dce110_optimize_bandwidth() local
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h318 struct dccg *dccg; member