Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_dccg.c279 int dp_hpo_inst) in dccg32_set_dpstreamclk() argument
288 switch (dp_hpo_inst) { in dccg32_set_dpstreamclk()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_dccg.c252 int dp_hpo_inst) in dccg314_set_dpstreamclk() argument
260 switch (dp_hpo_inst) { in dccg314_set_dpstreamclk()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddccg.h106 int dp_hpo_inst);
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_dccg.h211 int dp_hpo_inst);
Ddcn31_dccg.c165 int dp_hpo_inst) in dccg31_set_dpstreamclk() argument
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1155 int dp_hpo_inst; in dce110_disable_stream() local
1180 dp_hpo_inst = pipe_ctx->stream_res.hpo_dp_stream_enc->inst; in dce110_disable_stream()
1183 dccg->funcs->disable_symclk32_se(dccg, dp_hpo_inst); in dce110_disable_stream()
1184 dccg->funcs->set_dpstreamclk(dccg, REFCLK, tg->inst, dp_hpo_inst); in dce110_disable_stream()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c2691 int dp_hpo_inst; in dcn20_enable_stream() local
2702 dp_hpo_inst = pipe_ctx->stream_res.hpo_dp_stream_enc->inst; in dcn20_enable_stream()
2703 dccg->funcs->set_dpstreamclk(dccg, DTBCLK0, tg->inst, dp_hpo_inst); in dcn20_enable_stream()
2706 dccg->funcs->enable_symclk32_se(dccg, dp_hpo_inst, phyd32clk); in dcn20_enable_stream()