Home | History | Annotate | Download | only in utils

Lines Matching refs:current_output

532 	OutputInfo* current_output = 0;
540 current_output = &outputs.back();
542 get_connector(resman, *current_output, arg.arg);
550 if (!current_output) {
552 current_output = &outputs.back();
555 if (!current_output->connector)
556 get_connector(resman, *current_output);
558 parse_crtc(resman, card, arg.arg, *current_output);
567 if (!current_output) {
569 current_output = &outputs.back();
572 if (!current_output->connector)
573 get_connector(resman, *current_output);
575 if (!current_output->crtc)
576 get_default_crtc(resman, *current_output);
578 current_plane = add_default_planeinfo(current_output);
580 parse_plane(resman, card, arg.arg, *current_output, *current_plane);
587 if (!current_output) {
589 current_output = &outputs.back();
592 if (!current_output->connector)
593 get_connector(resman, *current_output);
595 if (!current_output->crtc)
596 get_default_crtc(resman, *current_output);
599 current_plane = add_default_planeinfo(current_output);
601 parse_fb(card, arg.arg, current_output, current_plane);
617 if (!current_output)
622 else if (current_output->crtc)
623 parse_prop(arg.arg, current_output->crtc_props);
624 else if (current_output->connector)
625 parse_prop(arg.arg, current_output->conn_props);