Home
last modified time | relevance | path

Searched refs:maxx (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/display/
H A Dedid.h14 uint32_t maxx; member
30 DEFINE_PROP_UINT32("xmax", _state, _edid_info.maxx, 0), \
/openbmc/qemu/hw/display/
H A Dedid-generate.c129 uint32_t maxx, uint32_t maxy) in edid_fill_modes() argument
138 if ((maxx && mode->xres > maxx) || in edid_fill_modes()
510 edid_fill_modes(edid, xtra3, dta, info->maxx, info->maxy); in qemu_edid_generate()
/openbmc/qemu/
H A Dqemu-edid.c79 if (qemu_strtoui(optarg, NULL, 10, &info.maxx) < 0) { in main()
/openbmc/qemu/hw/vfio/
H A Ddisplay.c63 .maxx = dpy->edid_regs->max_xres, in vfio_display_edid_update()
80 if (edid.maxx && edid.prefx > edid.maxx) { in vfio_display_edid_update()
81 edid.prefx = edid.maxx; in vfio_display_edid_update()
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c953 int maxx, maxy; in show_menu() local
973 scale_menu(curses_menu, &maxy, &maxx); in show_menu()
974 maxx = min(maxx, mwin_max_cols-2); in show_menu()
978 maxx, in show_menu()
980 (mwin_max_cols-maxx)/2); in show_menu()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py213 def draw_label_in_box(ctx, color, label, x, y, w, maxx): argument
218 if label_x + label_w > maxx: