Home
last modified time | relevance | path

Searched refs:dwb_pipe_inst (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c225 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn30_set_writeback()
229 mcif_wb = dc->res_pool->mcif_wb[wb_info->dwb_pipe_inst]; in dcn30_set_writeback()
234 wb_info->dwb_pipe_inst, wb_info->mpcc_inst); in dcn30_set_writeback()
237 …config_mcif_arb(mcif_wb, &context->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[wb_info->dwb_pipe_inst]); in dcn30_set_writeback()
246 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_update_writeback()
248 __func__, wb_info->dwb_pipe_inst,\ in dcn30_update_writeback()
268 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
297 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
298 mcif_wb = dc->res_pool->mcif_wb[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
324 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_enable_writeback()
[all …]
Ddcn30_hwseq.h48 unsigned int dwb_pipe_inst);
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_stream.c417 if (wb_info->dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_add_writeback()
424 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
432 stream->writeback_info[i].dwb_pipe_inst == wb_info->dwb_pipe_inst) { in dc_stream_add_writeback()
444 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
455 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
471 uint32_t dwb_pipe_inst) in dc_stream_remove_writeback() argument
479 if (dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_remove_writeback()
488 stream->writeback_info[i].dwb_pipe_inst == dwb_pipe_inst) { in dc_stream_remove_writeback()
513 dc->hwss.disable_writeback(dc, dwb_pipe_inst); in dc_stream_remove_writeback()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c300 uint32_t dwb_pipe_inst) in optc2_set_dwb_source() argument
304 if (dwb_pipe_inst == 0) in optc2_set_dwb_source()
307 else if (dwb_pipe_inst == 1) in optc2_set_dwb_source()
Ddcn20_hwseq.h110 unsigned int dwb_pipe_inst);
Ddcn20_hwseq.c1863 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_enable_writeback()
1865 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
1866 mcif_wb = dc->res_pool->mcif_wb[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
1870 optc->funcs->set_dwb_source(optc, wb_info->dwb_pipe_inst); in dcn20_enable_writeback()
1873 …config_mcif_arb(mcif_wb, &context->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[wb_info->dwb_pipe_inst]); in dcn20_enable_writeback()
1883 unsigned int dwb_pipe_inst) in dcn20_disable_writeback() argument
1888 ASSERT(dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_disable_writeback()
1889 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn20_disable_writeback()
1890 mcif_wb = dc->res_pool->mcif_wb[dwb_pipe_inst]; in dcn20_disable_writeback()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h87 int dwb_pipe_inst; member
364 uint32_t dwb_pipe_inst);
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h180 unsigned int dwb_pipe_inst);
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h251 uint32_t dwb_pipe_inst);