Searched refs:maxy (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/include/hw/display/ |
| H A D | edid.h | 15 uint32_t maxy; member 31 DEFINE_PROP_UINT32("ymax", _state, _edid_info.maxy, 0), \
|
| /openbmc/qemu/hw/display/ |
| H A D | edid-generate.c | 129 uint32_t maxx, uint32_t maxy) in edid_fill_modes() argument 139 (maxy && mode->yres > maxy)) { in edid_fill_modes() 510 edid_fill_modes(edid, xtra3, dta, info->maxx, info->maxy); in qemu_edid_generate()
|
| H A D | vga.c | 559 uint32_t bits, linelength, maxy, offset; in vbe_fixup_regs() local 601 maxy = s->vbe_size / linelength; in vbe_fixup_regs() 608 if (r[VBE_DISPI_INDEX_YRES] > maxy) { in vbe_fixup_regs() 609 r[VBE_DISPI_INDEX_YRES] = maxy; in vbe_fixup_regs() 631 r[VBE_DISPI_INDEX_VIRT_HEIGHT] = maxy; in vbe_fixup_regs()
|
| /openbmc/qemu/ |
| H A D | qemu-edid.c | 85 if (qemu_strtoui(optarg, NULL, 10, &info.maxy) < 0) { in main()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | display.c | 64 .maxy = dpy->edid_regs->max_yres, in vfio_display_edid_update() 83 if (edid.maxy && edid.prefy > edid.maxy) { in vfio_display_edid_update() 84 edid.prefy = edid.maxy; in vfio_display_edid_update()
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 953 int maxx, maxy; in show_menu() local 973 scale_menu(curses_menu, &maxy, &maxx); in show_menu() 975 maxy = mwin_max_lines; in show_menu() 977 maxy, in show_menu() 988 set_menu_format(curses_menu, maxy, 1); in show_menu() 990 set_menu_format(curses_menu, maxy, 1); in show_menu()
|