Searched refs:dwb_pipe_inst (Results 1 – 7 of 7) sorted by relevance
389 if (wb_info->dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_add_writeback()396 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()404 stream->writeback_info[i].dwb_pipe_inst == wb_info->dwb_pipe_inst) { in dc_stream_add_writeback()422 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()438 uint32_t dwb_pipe_inst) in dc_stream_remove_writeback() argument446 if (dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_remove_writeback()455 stream->writeback_info[i].dwb_pipe_inst == dwb_pipe_inst) { in dc_stream_remove_writeback()479 dc->hwss.disable_writeback(dc, dwb_pipe_inst); in dc_stream_remove_writeback()
293 uint32_t dwb_pipe_inst) in optc2_set_dwb_source() argument297 if (dwb_pipe_inst == 0) in optc2_set_dwb_source()300 else if (dwb_pipe_inst == 1) in optc2_set_dwb_source()
63 unsigned int dwb_pipe_inst);
1346 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_enable_writeback()1348 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()1349 mcif_wb = dc->res_pool->mcif_wb[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()1354 optc->funcs->set_dwb_source(optc, wb_info->dwb_pipe_inst); in dcn20_enable_writeback()1357 …f_arb(mcif_wb, &dc->current_state->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[wb_info->dwb_pipe_inst]); in dcn20_enable_writeback()1367 unsigned int dwb_pipe_inst) in dcn20_disable_writeback() argument1372 ASSERT(dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_disable_writeback()1373 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn20_disable_writeback()1374 mcif_wb = dc->res_pool->mcif_wb[dwb_pipe_inst]; in dcn20_disable_writeback()
90 int dwb_pipe_inst; member342 uint32_t dwb_pipe_inst);
240 uint32_t dwb_pipe_inst);
329 unsigned int dwb_pipe_inst);