Home
last modified time | relevance | path

Searched refs:graphic_width (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/system/
H A Darch_init.c29 int graphic_width = 1024; variable
33 int graphic_width = 800; variable
37 int graphic_width = 800; variable
H A Dvl.c3105 graphic_width = w; in qemu_init()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c912 if (!(graphic_width == 1024 && graphic_height == 768) && in sun4m_hw_init()
913 !(graphic_width == 1152 && graphic_height == 900)) { in sun4m_hw_init()
914 error_report("Unsupported resolution: %d x %d", graphic_width, in sun4m_hw_init()
921 graphic_width, graphic_height, graphic_depth); in sun4m_hw_init()
930 if (!(graphic_width == 1024 && graphic_height == 768)) { in sun4m_hw_init()
932 graphic_width, graphic_height); in sun4m_hw_init()
937 graphic_width, graphic_height, graphic_depth); in sun4m_hw_init()
1053 graphic_width, graphic_height, graphic_depth, in sun4m_hw_init()
1076 fw_cfg_add_i16(fw_cfg, FW_CFG_SUN4M_WIDTH, graphic_width); in sun4m_hw_init()
/openbmc/qemu/include/sysemu/
H A Dsysemu.h39 extern int graphic_width;
/openbmc/qemu/hw/m68k/
H A Dq800.c562 qdev_prop_set_uint32(dev, "width", graphic_width); in q800_machine_init()
565 if (graphic_width == 1152 && graphic_height == 870) { in q800_machine_init()
609 (graphic_height << 16) | graphic_width); in q800_machine_init()
/openbmc/qemu/hw/ppc/
H A Dprep.c402 fw_cfg_add_i16(fw_cfg, FW_CFG_PPC_WIDTH, graphic_width); in ibm_40p_init()
419 graphic_width, graphic_height, graphic_depth); in ibm_40p_init()
H A Dmac_oldworld.c337 fw_cfg_add_i16(fw_cfg, FW_CFG_PPC_WIDTH, graphic_width); in ppc_heathrow_init()
H A Dmac_newworld.c493 fw_cfg_add_i16(fw_cfg, FW_CFG_PPC_WIDTH, graphic_width); in ppc_core99_init()
H A Dspapr.c1087 _FDT(fdt_setprop_cell(fdt, chosen, "qemu,graphic-width", graphic_width)); in spapr_dt_chosen()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c703 graphic_width, graphic_height, graphic_depth, in sun4uv_init()
731 fw_cfg_add_i16(fw_cfg, FW_CFG_SPARC64_WIDTH, graphic_width); in sun4uv_init()