Searched refs:dwb (Results 1 – 3 of 3) sorted by relevance
247 struct dwbc *dwb; in dcn30_update_writeback() local248 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_update_writeback()256 dwb->funcs->update(dwb, &wb_info->dwb_params); in dcn30_update_writeback()264 struct dwbc *dwb; in dcn30_mmhubbub_warmup() local270 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()271 if (dwb->dwb_is_efc_transition || dwb->dwb_is_drc) { in dcn30_mmhubbub_warmup()299 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()322 struct dwbc *dwb; in dcn30_enable_writeback() local326 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_enable_writeback()330 optc = dc->res_pool->timing_generators[dwb->otg_inst]; in dcn30_enable_writeback()[all …]
433 struct dwbc *dwb; in dc_stream_add_writeback() local452 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()453 dwb->dwb_is_drc = false; in dc_stream_add_writeback()472 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback() local473 dwb->otg_inst = stream_status->primary_otg_inst; in dc_stream_add_writeback()483 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback() local485 if (dwb->funcs->is_enabled(dwb)) { in dc_stream_add_writeback()
1934 struct dwbc *dwb; in dcn20_enable_writeback() local1940 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()1944 optc = dc->res_pool->timing_generators[dwb->otg_inst]; in dcn20_enable_writeback()1952 dwb->funcs->enable(dwb, &wb_info->dwb_params); in dcn20_enable_writeback()1960 struct dwbc *dwb; in dcn20_disable_writeback() local1964 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn20_disable_writeback()1967 dwb->funcs->disable(dwb); in dcn20_disable_writeback()