Home | History | Annotate | Download | only in fbcon

Lines Matching defs:current_w

491 	unsigned int current_w;
623 current_w = vinfo.xres;
632 FB_AddMode(this, current_index, current_w, current_h, 0);
642 if ( (current_w > w) || (current_h > h) ) {
644 FB_AddMode(this, i, current_w, current_h, 0);
664 if ( (current_w > w) || (current_h > h) ) {
666 FB_AddMode(this, i, current_w, current_h, 0);
678 this->info.current_w = current_w;