Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dccg.c279 int dp_hpo_inst) in dccg32_set_dpstreamclk() argument
288 switch (dp_hpo_inst) { in dccg32_set_dpstreamclk()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_dccg.c252 int dp_hpo_inst) in dccg314_set_dpstreamclk() argument
260 switch (dp_hpo_inst) { in dccg314_set_dpstreamclk()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h106 int dp_hpo_inst);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_dccg.h211 int dp_hpo_inst);
H A Ddcn31_dccg.c165 int dp_hpo_inst) in dccg31_set_dpstreamclk() argument
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A 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()
1182 dccg->funcs->disable_symclk32_se(dccg, dp_hpo_inst); in dce110_disable_stream()
1183 dccg->funcs->set_dpstreamclk(dccg, REFCLK, tg->inst, dp_hpo_inst); in dce110_disable_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c2720 int dp_hpo_inst; in dcn20_enable_stream() local
2737 dp_hpo_inst = pipe_ctx->stream_res.hpo_dp_stream_enc->inst; in dcn20_enable_stream()
2738 dccg->funcs->set_dpstreamclk(dccg, DTBCLK0, tg->inst, dp_hpo_inst); in dcn20_enable_stream()
2741 dccg->funcs->enable_symclk32_se(dccg, dp_hpo_inst, phyd32clk); in dcn20_enable_stream()