Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn20/
H A 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()
148 void dccg2_refclk_setup(struct dccg *dccg) in dccg2_refclk_setup()
157 bool dccg2_is_s0i3_golden_init_wa_done(struct dccg *dccg) in dccg2_is_s0i3_golden_init_wa_done()
164 void dccg2_allow_clock_gating(struct dccg *dccg, bool allow) in dccg2_allow_clock_gating()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c34 #define TO_DCN_DCCG(dccg)\ argument
50 struct dccg *dccg) in dccg314_trigger_dio_fifo_resync()
60 struct dccg *dccg, in dccg314_get_pixel_rate_div()
102 struct dccg *dccg, in dccg314_set_pixel_rate_div()
150 struct dccg *dccg, in dccg314_set_dtbclk_p_src()
207 struct dccg *dccg, in dccg314_set_dtbclk_dto()
251 struct dccg *dccg, in dccg314_set_dpstreamclk()
289 static void dccg314_init(struct dccg *dccg) in dccg314_init()
316 struct dccg *dccg, in dccg314_set_valid_pixel_rate()
331 struct dccg *dccg, in dccg314_dpp_root_clock_control()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn21/
H A Ddcn21_dccg.c31 #define TO_DCN_DCCG(dccg)\ argument
46 static void dccg21_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) in dccg21_update_dpp_dto()
111 static void dccg21_init(struct dccg *dccg) in dccg21_init()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn201/
H A Ddcn201_dccg.c32 #define TO_DCN_DCCG(dccg)\ argument
48 static void dccg201_update_dpp_dto(struct dccg *dccg, int dpp_inst, in dccg201_update_dpp_dto()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A 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/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h193 struct dccg { struct
195 const struct dccg_funcs *funcs; argument
214 void (*update_dpp_dto)(struct dccg *dccg, argument
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn301/
H A Ddcn301_dccg.c30 #define TO_DCN_DCCG(dccg)\ argument
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn30/
H A Ddcn30_dccg.c30 #define TO_DCN_DCCG(dccg)\ argument
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
H A Ddcn201_clk_mgr.c182 struct dccg *dccg) in dcn201_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c148 … 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/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1206 struct dccg *dccg = dc->res_pool->dccg; in dce110_disable_stream() local
1916 struct dccg *dccg = dc->res_pool->dccg; in clean_up_dsc_blocks() local
2996 struct clk_mgr *dccg = dc->clk_mgr; in dce110_prepare_bandwidth() local
3010 struct clk_mgr *dccg = dc->clk_mgr; in dce110_optimize_bandwidth() local
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2275 struct dccg *dccg = params->dccg_set_dto_dscclk_params.dccg; in hwss_dccg_set_dto_dscclk() local
2896 struct dccg *dccg = params->dccg_set_ref_dscclk_params.dccg; in hwss_dccg_set_ref_dscclk() local
2966 struct dccg *dccg = params->dccg_update_dpp_dto_params.dccg; in hwss_dccg_update_dpp_dto() local
3173 struct dccg *dccg, int inst, int num_slices_h) in hwss_add_dccg_set_dto_dscclk()
3693 struct dccg *dccg, in hwss_add_dccg_set_ref_dscclk()
3817 struct dccg *dccg, in hwss_add_dccg_update_dpp_dto()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c848 struct dccg *dccg = dc->res_pool->dccg; in dcn401_enable_stream() local
3413 struct dccg *dccg = dc->res_pool->dccg; in dcn401_post_unlock_reset_opp_sequence() local
3523 struct dccg *dccg = dc->res_pool->dccg; in dcn401_update_dchubp_dpp_sequence() local
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42/
H A Ddcn42_clk_mgr.c1037 struct dccg *dccg) in dcn42_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c676 struct dccg *dccg = dc->res_pool->dccg; in link_set_dsc_on_stream() local
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h3141 } dccg; member