Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c424 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn30_set_writeback()
433 wb_info->dwb_pipe_inst, wb_info->mpcc_inst); in dcn30_set_writeback()
445 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_update_writeback()
447 __func__, wb_info->dwb_pipe_inst,\ in dcn30_update_writeback()
521 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_enable_writeback()
525 __func__, wb_info->dwb_pipe_inst,\ in dcn30_enable_writeback()
542 unsigned int dwb_pipe_inst) in dcn30_disable_writeback() argument
547 ASSERT(dwb_pipe_inst < MAX_DWB_PIPES); in dcn30_disable_writeback()
548 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn30_disable_writeback()
549 mcif_wb = dc->res_pool->mcif_wb[dwb_pipe_inst]; in dcn30_disable_writeback()
[all …]
H A Ddcn30_hwseq.h48 unsigned int dwb_pipe_inst);
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c470 if (wb_info->dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_add_writeback()
479 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
487 stream->writeback_info[i].dwb_pipe_inst == wb_info->dwb_pipe_inst) { in dc_stream_add_writeback()
528 uint32_t dwb_pipe_inst) in dc_stream_fc_disable_writeback() argument
530 struct dwbc *dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dc_stream_fc_disable_writeback()
537 if (dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_fc_disable_writeback()
557 uint32_t dwb_pipe_inst) in dc_stream_remove_writeback() argument
565 if (dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_remove_writeback()
579 if (stream->writeback_info[i].dwb_pipe_inst == dwb_pipe_inst) in dc_stream_remove_writeback()
602 struct dwbc *dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dc_stream_remove_writeback()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h97 int dwb_pipe_inst; member
440 uint32_t dwb_pipe_inst);
444 uint32_t dwb_pipe_inst);
/linux-6.15/drivers/gpu/drm/amd/display/dc/optc/dcn20/
H A Ddcn20_optc.c244 uint32_t dwb_pipe_inst) in optc2_set_dwb_source() argument
248 if (dwb_pipe_inst == 0) in optc2_set_dwb_source()
251 else if (dwb_pipe_inst == 1) in optc2_set_dwb_source()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.h120 unsigned int dwb_pipe_inst);
H A Ddcn20_hwseq.c2539 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_enable_writeback()
2541 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
2542 mcif_wb = dc->res_pool->mcif_wb[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
2546 optc->funcs->set_dwb_source(optc, wb_info->dwb_pipe_inst); in dcn20_enable_writeback()
2549 …config_mcif_arb(mcif_wb, &context->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[wb_info->dwb_pipe_inst]); in dcn20_enable_writeback()
2559 unsigned int dwb_pipe_inst) in dcn20_disable_writeback() argument
2564 ASSERT(dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_disable_writeback()
2565 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn20_disable_writeback()
2566 mcif_wb = dc->res_pool->mcif_wb[dwb_pipe_inst]; in dcn20_disable_writeback()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h307 uint32_t dwb_pipe_inst);
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h333 unsigned int dwb_pipe_inst);
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10013 wb_info->dwb_pipe_inst = 0; in dm_set_writeback()