Searched refs:add_streams (Results 1 – 2 of 2) sorted by relevance
4077 struct dc_stream_state *add_streams[MAX_PIPES] = { 0 }; in dc_validate_with_context() local 4117 add_streams[add_streams_count++] = stream; in dc_validate_with_context() 4137 if (set[i].stream == add_streams[j]) { in dc_validate_with_context() 4171 if (del_streams[i]->sink == add_streams[j]->sink) { in dc_validate_with_context() 4172 add_streams[j]->num_wb_info = del_streams[i]->num_wb_info; in dc_validate_with_context() 4174 add_streams[j]->writeback_info[k] = del_streams[i]->writeback_info[k]; in dc_validate_with_context() 4206 mark_seamless_boot_stream(dc, add_streams[i]); in dc_validate_with_context() 4207 if (add_streams[i]->apply_seamless_boot_optimization && i != 0) { in dc_validate_with_context() 4208 struct dc_stream_state *temp = add_streams[0]; in dc_validate_with_context() 4210 add_streams[ in dc_validate_with_context() [all...]
630 bool add_streams) in apple_dart_mod_streams() argument 643 if (add_streams) in apple_dart_mod_streams()