Home
last modified time | relevance | path

Searched refs:dp_hpo_inst (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h233 int dp_hpo_inst,
240 int dp_hpo_inst);
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c254 int dp_hpo_inst) in dccg314_set_dpstreamclk() argument
262 switch (dp_hpo_inst) { in dccg314_set_dpstreamclk()
H A Ddcn314_dccg.h212 int dp_hpo_inst);
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/
H A Ddcn31_dccg.h220 int dp_hpo_inst);
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
H A Ddcn35_dccg.h259 void dccg35_set_dpstreamclk_root_clock_gating(struct dccg *dccg, int dp_hpo_inst, bool enable);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c805 int *dp_hpo_inst, in dcn401_enable_stream_calc() argument
818 *dp_hpo_inst = pipe_ctx->stream_res.hpo_dp_stream_enc->inst; in dcn401_enable_stream_calc()
850 int dp_hpo_inst = 0; in dcn401_enable_stream() local
859 dcn401_enable_stream_calc(pipe_ctx, &dp_hpo_inst, &phyd32clk, in dcn401_enable_stream()
864 dccg->funcs->set_dpstreamclk(dccg, DPREFCLK, tg->inst, dp_hpo_inst); in dcn401_enable_stream()
866 dccg->funcs->disable_symclk32_se(dccg, dp_hpo_inst); in dcn401_enable_stream()
868 dccg->funcs->enable_symclk32_se(dccg, dp_hpo_inst, phyd32clk); in dcn401_enable_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1209 int dp_hpo_inst; in dce110_disable_stream() local
1237 dp_hpo_inst = pipe_ctx->stream_res.hpo_dp_stream_enc->inst; in dce110_disable_stream()
1239 dccg->funcs->disable_symclk32_se(dccg, dp_hpo_inst); in dce110_disable_stream()
1240 dccg->funcs->set_dpstreamclk(dccg, REFCLK, tg->inst, dp_hpo_inst); in dce110_disable_stream()