Searched refs:vesa_timings (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.c97 } vesa_timings[] = { variable in typeref:struct:__anon4599
418 for ( i=0; i<(sizeof(vesa_timings)/sizeof(vesa_timings[0])); ++i ) {
419 if ( (w == vesa_timings[i].xres) &&
420 (h == vesa_timings[i].yres) && vesa_timings[i].pixclock ) {
836 for ( i=0; i<(sizeof(vesa_timings)/sizeof(vesa_timings[0])); ++i ) {
837 if ( (vinfo->xres == vesa_timings[i].xres) &&
838 (vinfo->yres == vesa_timings[
[all...]

Completed in 36 milliseconds