Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_hwseq.c229 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn30_set_writeback()
238 wb_info->dwb_pipe_inst, wb_info->mpcc_inst); in dcn30_set_writeback()
250 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_update_writeback()
252 __func__, wb_info->dwb_pipe_inst,\ in dcn30_update_writeback()
328 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_enable_writeback()
334 __func__, wb_info->dwb_pipe_inst,\ in dcn30_enable_writeback()
351 unsigned int dwb_pipe_inst) in dcn30_disable_writeback() argument
356 ASSERT(dwb_pipe_inst < MAX_DWB_PIPES); in dcn30_disable_writeback()
357 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn30_disable_writeback()
358 mcif_wb = dc->res_pool->mcif_wb[dwb_pipe_inst]; in dcn30_disable_writeback()
[all …]
A Ddcn30_hwseq.h48 unsigned int dwb_pipe_inst);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_stream.c462 if (wb_info->dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_add_writeback()
469 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
477 stream->writeback_info[i].dwb_pipe_inst == wb_info->dwb_pipe_inst) { in dc_stream_add_writeback()
490 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
501 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
517 uint32_t dwb_pipe_inst) in dc_stream_remove_writeback() argument
525 if (dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_remove_writeback()
539 stream->writeback_info[i].dwb_pipe_inst == dwb_pipe_inst) { in dc_stream_remove_writeback()
565 dc->hwss.disable_writeback(dc, dwb_pipe_inst); in dc_stream_remove_writeback()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_optc.c246 uint32_t dwb_pipe_inst) in optc2_set_dwb_source() argument
250 if (dwb_pipe_inst == 0) in optc2_set_dwb_source()
253 else if (dwb_pipe_inst == 1) in optc2_set_dwb_source()
A Ddcn20_hwseq.h114 unsigned int dwb_pipe_inst);
A Ddcn20_hwseq.c2173 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_enable_writeback()
2175 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
2176 mcif_wb = dc->res_pool->mcif_wb[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
2180 optc->funcs->set_dwb_source(optc, wb_info->dwb_pipe_inst); in dcn20_enable_writeback()
2183 …config_mcif_arb(mcif_wb, &context->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[wb_info->dwb_pipe_inst]); in dcn20_enable_writeback()
2193 unsigned int dwb_pipe_inst) in dcn20_disable_writeback() argument
2198 ASSERT(dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_disable_writeback()
2199 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn20_disable_writeback()
2200 mcif_wb = dc->res_pool->mcif_wb[dwb_pipe_inst]; in dcn20_disable_writeback()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_stream.h87 int dwb_pipe_inst; member
450 uint32_t dwb_pipe_inst);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dtiming_generator.h269 uint32_t dwb_pipe_inst);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dhw_sequencer.h179 unsigned int dwb_pipe_inst);

Completed in 18 milliseconds