Searched refs:dp_hpo_inst (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_dccg.c | 252 int dp_hpo_inst) in dccg314_set_dpstreamclk() 260 switch (dp_hpo_inst) { in dccg314_set_dpstreamclk() 248 dccg314_set_dpstreamclk( struct dccg *dccg, enum streamclk_source src, int otg_inst, int dp_hpo_inst) dccg314_set_dpstreamclk() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_dccg.c | 279 int dp_hpo_inst) in dccg32_set_dpstreamclk() 288 switch (dp_hpo_inst) { in dccg32_set_dpstreamclk() 275 dccg32_set_dpstreamclk( struct dccg *dccg, enum streamclk_source src, int otg_inst, int dp_hpo_inst) dccg32_set_dpstreamclk() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | dccg.h | 106 int dp_hpo_inst);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_dccg.h | 211 int dp_hpo_inst);
|
H A D | dcn31_dccg.c | 165 int dp_hpo_inst) in dccg31_set_dpstreamclk() 161 dccg31_set_dpstreamclk( struct dccg *dccg, enum streamclk_source src, int otg_inst, int dp_hpo_inst) dccg31_set_dpstreamclk() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 1155 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 2720 int dp_hpo_inst; in dcn20_enable_stream() local 2731 dp_hpo_inst = pipe_ctx->stream_res.hpo_dp_stream_enc->inst; in dcn20_enable_stream() 2732 dccg->funcs->set_dpstreamclk(dccg, DTBCLK0, tg->inst, dp_hpo_inst); in dcn20_enable_stream() 2735 dccg->funcs->enable_symclk32_se(dccg, dp_hpo_inst, phyd32clk); in dcn20_enable_stream()
|
Completed in 10 milliseconds