Searched refs:dwb_pipe (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddwb.h54 enum dwb_pipe { enum
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1621 int i, j, dwb_pipe; local
1624 dwb_pipe = 0;
1635 wb_arb_params = &context->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[dwb_pipe];
1655 dwb_pipe++;
1657 if (dwb_pipe >= MAX_DWB_PIPES)
1660 if (dwb_pipe >= MAX_DWB_PIPES)
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1383 int i, j, dwb_pipe; local
1386 dwb_pipe = 0;
1399 wb_arb_params = &context->bw_ctx.bw.dcn.bw_writeback.mcif_wb_arb[dwb_pipe];
1417 dwb_pipe++;
1419 if (dwb_pipe >= MAX_DWB_PIPES)
1422 if (dwb_pipe >= MAX_DWB_PIPES)

Completed in 341 milliseconds