Searched defs:maxBiosYRes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp6451 uint16_t maxBiosYRes; local
6452 rc = CFGMR3QueryU16Def(pCfg, "MaxBiosYRes", &maxBiosYRes, UINT16_MAX);
6503 || mode_info_list[i].info.YResolution > maxBiosYRes)
6537 || pDefMode->info.YResolution - cyReduction > maxBiosYRes)

Completed in 50 milliseconds