Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_stream.c389 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() argument
446 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()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c293 uint32_t dwb_pipe_inst) in optc2_set_dwb_source() argument
297 if (dwb_pipe_inst == 0) in optc2_set_dwb_source()
300 else if (dwb_pipe_inst == 1) in optc2_set_dwb_source()
Ddcn20_hwseq.h63 unsigned int dwb_pipe_inst);
Ddcn20_hwseq.c1346 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() argument
1372 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()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h90 int dwb_pipe_inst; member
342 uint32_t dwb_pipe_inst);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h240 uint32_t dwb_pipe_inst);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h329 unsigned int dwb_pipe_inst);