Searched refs:dwb (Results 1 – 3 of 3) sorted by relevance
245 struct dwbc *dwb; in dcn30_update_writeback() local246 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_update_writeback()254 dwb->funcs->update(dwb, &wb_info->dwb_params); in dcn30_update_writeback()262 struct dwbc *dwb; in dcn30_mmhubbub_warmup() local268 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()269 if (dwb->dwb_is_efc_transition || dwb->dwb_is_drc) { in dcn30_mmhubbub_warmup()297 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()320 struct dwbc *dwb; in dcn30_enable_writeback() local324 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_enable_writeback()328 optc = dc->res_pool->timing_generators[dwb->otg_inst]; in dcn30_enable_writeback()[all …]
405 struct dwbc *dwb; in dc_stream_add_writeback() local424 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()425 dwb->dwb_is_drc = false; in dc_stream_add_writeback()444 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback() local445 dwb->otg_inst = stream_status->primary_otg_inst; in dc_stream_add_writeback()455 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback() local457 if (dwb->funcs->is_enabled(dwb)) { in dc_stream_add_writeback()
1867 struct dwbc *dwb; in dcn20_enable_writeback() local1873 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()1877 optc = dc->res_pool->timing_generators[dwb->otg_inst]; in dcn20_enable_writeback()1885 dwb->funcs->enable(dwb, &wb_info->dwb_params); in dcn20_enable_writeback()1893 struct dwbc *dwb; in dcn20_disable_writeback() local1897 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn20_disable_writeback()1900 dwb->funcs->disable(dwb); in dcn20_disable_writeback()