Home | History | Annotate | Download | only in fbcon

Lines Matching refs:current_h

492 	unsigned int current_h;
624 current_h = vinfo.yres;
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);
679 this->info.current_h = current_h;