Home
last modified time | relevance | path

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

/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()
/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddccg.h58 struct dccg { struct
60 const struct dccg_funcs *funcs; argument
69 void (*update_dpp_dto)(struct dccg *dccg, argument
Dclk_mgr_internal.h220 struct dccg *dccg; member
/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_dccg.c30 #define TO_DCN_DCCG(dccg)\ argument
46 struct dccg *dccg, in dccg31_set_physymclk()
113 struct dccg *dccg, in dccg31_set_dtbclk_dto()
185 struct dccg *dccg, in dccg31_set_audio_dtbclk_dto()
220 static void dccg31_get_dccg_ref_freq(struct dccg *dccg, in dccg31_get_dccg_ref_freq()
233 struct dccg *dccg, in dccg31_set_dispclk_change_mode()
242 void dccg31_init(struct dccg *dccg) in dccg31_init()
/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()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c146 struct dccg *dccg = clk_mgr->base.ctx->dc->res_pool->dccg; in dcn20_update_clocks_update_dentist() local
176 struct dccg *dccg = clk_mgr->base.ctx->dc->res_pool->dccg; in dcn20_update_clocks_update_dentist() local
524 struct dccg *dccg) in dcn20_clk_mgr_construct()
/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_dccg.c30 #define TO_DCN_DCCG(dccg)\ argument
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dccg.c30 #define TO_DCN_DCCG(dccg)\ argument
/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c135 … clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg *dccg) in dc_clk_mgr_create()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
Dvg_clk_mgr.c733 struct dccg *dccg) in vg_clk_mgr_construct()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr.c535 struct dccg *dccg) in dcn3_clk_mgr_construct()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
Ddcn31_clk_mgr.c633 struct dccg *dccg) in dcn31_clk_mgr_construct()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
Drn_clk_mgr.c931 struct dccg *dccg) in rn_clk_mgr_construct()
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2600 struct clk_mgr *dccg = dc->clk_mgr; in dce110_prepare_bandwidth() local
2614 struct clk_mgr *dccg = dc->clk_mgr; in dce110_optimize_bandwidth() local
/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h274 struct dccg *dccg; member