Searched refs:dp_hpo_inst (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | dccg.h | 233 int dp_hpo_inst, 240 int dp_hpo_inst);
|
| /linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/ |
| H A D | dcn314_dccg.c | 254 int dp_hpo_inst) in dccg314_set_dpstreamclk() argument 262 switch (dp_hpo_inst) { in dccg314_set_dpstreamclk()
|
| H A D | dcn314_dccg.h | 212 int dp_hpo_inst);
|
| /linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/ |
| H A D | dcn31_dccg.h | 220 int dp_hpo_inst);
|
| /linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/ |
| H A D | dcn35_dccg.h | 259 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 D | dcn401_hwseq.c | 805 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 D | dce110_hwseq.c | 1209 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()
|