Home
last modified time | relevance | path

Searched refs:dwb_pipe_inst (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A 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 mcif_wb->funcs->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()
247 DC_LOG_DWB("%s dwb_pipe_inst = %d, mpcc_inst = %d",\ 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()
345 dcn30_disable_writeback( struct dc *dc, unsigned int dwb_pipe_inst) dcn30_disable_writeback() argument
[all...]
H A Ddcn30_hwseq.h48 unsigned int dwb_pipe_inst);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c229 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn30_set_writeback()
233 mcif_wb = dc->res_pool->mcif_wb[wb_info->dwb_pipe_inst]; in dcn30_set_writeback()
238 wb_info->dwb_pipe_inst, wb_info->mpcc_inst); in dcn30_set_writeback()
241 mcif_wb->funcs->config_mcif_arb(mcif_wb, &context->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[wb_info->dwb_pipe_inst]); in dcn30_set_writeback()
250 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_update_writeback()
251 DC_LOG_DWB("%s dwb_pipe_inst = %d, mpcc_inst = %d",\ in dcn30_update_writeback()
252 __func__, wb_info->dwb_pipe_inst,\ in dcn30_update_writeback()
272 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
301 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
302 mcif_wb = dc->res_pool->mcif_wb[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
342 dcn30_disable_writeback( struct dc *dc, unsigned int dwb_pipe_inst) dcn30_disable_writeback() argument
[all...]
H A Ddcn30_hwseq.h48 unsigned int dwb_pipe_inst);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A 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()
479 if (dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_remove_writeback()
484 // stream->writeback_info[dwb_pipe_inst].wb_enabled = false; in dc_stream_remove_writeback()
488 stream->writeback_info[i].dwb_pipe_inst in dc_stream_remove_writeback()
469 dc_stream_remove_writeback(struct dc *dc, struct dc_stream_state *stream, uint32_t dwb_pipe_inst) dc_stream_remove_writeback() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c488 if (wb_info->dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_add_writeback()
495 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
503 stream->writeback_info[i].dwb_pipe_inst == wb_info->dwb_pipe_inst) { in dc_stream_add_writeback()
516 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
524 uint32_t dwb_pipe_inst) in dc_stream_remove_writeback()
532 if (dwb_pipe_inst >= MAX_DWB_PIPES) { in dc_stream_remove_writeback()
542 // stream->writeback_info[dwb_pipe_inst].wb_enabled = false; in dc_stream_remove_writeback()
546 stream->writeback_info[i].dwb_pipe_inst == dwb_pipe_inst) { in dc_stream_remove_writeback()
522 dc_stream_remove_writeback(struct dc *dc, struct dc_stream_state *stream, uint32_t dwb_pipe_inst) dc_stream_remove_writeback() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c300 uint32_t dwb_pipe_inst) in optc2_set_dwb_source()
304 if (dwb_pipe_inst == 0) in optc2_set_dwb_source()
307 else if (dwb_pipe_inst == 1) in optc2_set_dwb_source()
299 optc2_set_dwb_source(struct timing_generator *optc, uint32_t dwb_pipe_inst) optc2_set_dwb_source() argument
H A Ddcn20_hwseq.h110 unsigned int dwb_pipe_inst);
H A Ddcn20_hwseq.c1871 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_enable_writeback()
1873 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
1874 mcif_wb = dc->res_pool->mcif_wb[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
1878 optc->funcs->set_dwb_source(optc, wb_info->dwb_pipe_inst); in dcn20_enable_writeback()
1881 mcif_wb->funcs->config_mcif_arb(mcif_wb, &context->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[wb_info->dwb_pipe_inst]); in dcn20_enable_writeback()
1891 unsigned int dwb_pipe_inst) in dcn20_disable_writeback()
1896 ASSERT(dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_disable_writeback()
1897 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn20_disable_writeback()
1898 mcif_wb = dc->res_pool->mcif_wb[dwb_pipe_inst]; in dcn20_disable_writeback()
1889 dcn20_disable_writeback( struct dc *dc, unsigned int dwb_pipe_inst) dcn20_disable_writeback() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c253 uint32_t dwb_pipe_inst) in optc2_set_dwb_source()
257 if (dwb_pipe_inst == 0) in optc2_set_dwb_source()
260 else if (dwb_pipe_inst == 1) in optc2_set_dwb_source()
252 optc2_set_dwb_source(struct timing_generator *optc, uint32_t dwb_pipe_inst) optc2_set_dwb_source() argument
H A Ddcn20_hwseq.h114 unsigned int dwb_pipe_inst);
H A Ddcn20_hwseq.c2217 ASSERT(wb_info->dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_enable_writeback()
2219 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
2220 mcif_wb = dc->res_pool->mcif_wb[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
2224 optc->funcs->set_dwb_source(optc, wb_info->dwb_pipe_inst); in dcn20_enable_writeback()
2227 mcif_wb->funcs->config_mcif_arb(mcif_wb, &context->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[wb_info->dwb_pipe_inst]); in dcn20_enable_writeback()
2237 unsigned int dwb_pipe_inst) in dcn20_disable_writeback()
2242 ASSERT(dwb_pipe_inst < MAX_DWB_PIPES); in dcn20_disable_writeback()
2243 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn20_disable_writeback()
2244 mcif_wb = dc->res_pool->mcif_wb[dwb_pipe_inst]; in dcn20_disable_writeback()
2235 dcn20_disable_writeback( struct dc *dc, unsigned int dwb_pipe_inst) dcn20_disable_writeback() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h87 int dwb_pipe_inst; member
363 uint32_t dwb_pipe_inst);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h87 int dwb_pipe_inst; member
459 uint32_t dwb_pipe_inst);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h251 uint32_t dwb_pipe_inst);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h174 unsigned int dwb_pipe_inst);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h269 uint32_t dwb_pipe_inst);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h311 unsigned int dwb_pipe_inst);

Completed in 21 milliseconds