Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Darch_init.c31 int graphic_depth = 8; variable
35 int graphic_depth = 8; variable
39 int graphic_depth = 32; variable
H A Dvl.c3100 depth = graphic_depth; in qemu_init()
3107 graphic_depth = depth; in qemu_init()
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c304 if (graphic_depth != 15 && graphic_depth != 32 && graphic_depth != 8) { in ppc_heathrow_init()
305 graphic_depth = 15; in ppc_heathrow_init()
339 fw_cfg_add_i16(fw_cfg, FW_CFG_PPC_DEPTH, graphic_depth); in ppc_heathrow_init()
H A Dmac_newworld.c443 if (graphic_depth != 15 && graphic_depth != 32 && graphic_depth != 8) { in ppc_core99_init()
444 graphic_depth = 15; in ppc_core99_init()
495 fw_cfg_add_i16(fw_cfg, FW_CFG_PPC_DEPTH, graphic_depth); in ppc_core99_init()
H A Dprep.c404 fw_cfg_add_i16(fw_cfg, FW_CFG_PPC_DEPTH, graphic_depth); in ibm_40p_init()
419 graphic_width, graphic_height, graphic_depth); in ibm_40p_init()
H A Dspapr.c1089 _FDT(fdt_setprop_cell(fdt, chosen, "qemu,graphic-depth", graphic_depth)); in spapr_dt_chosen()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c901 if (graphic_depth != 8 && graphic_depth != 24) { in sun4m_hw_init()
902 error_report("Unsupported depth: %d", graphic_depth); in sun4m_hw_init()
907 if (graphic_depth != 8) { in sun4m_hw_init()
908 error_report("Unsupported depth: %d", graphic_depth); in sun4m_hw_init()
921 graphic_width, graphic_height, graphic_depth); in sun4m_hw_init()
925 if (graphic_depth != 8 && graphic_depth != 24) { in sun4m_hw_init()
926 error_report("Unsupported depth: %d", graphic_depth); 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()
1075 fw_cfg_add_i16(fw_cfg, FW_CFG_SUN4M_DEPTH, graphic_depth); in sun4m_hw_init()
/openbmc/qemu/include/sysemu/
H A Dsysemu.h41 extern int graphic_depth;
/openbmc/qemu/hw/m68k/
H A Dq800.c564 qdev_prop_set_uint8(dev, "depth", graphic_depth); in q800_machine_init()
607 BOOTINFO1(param_ptr, BI_MAC_VDEPTH, graphic_depth); in q800_machine_init()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c703 graphic_width, graphic_height, graphic_depth, in sun4uv_init()
733 fw_cfg_add_i16(fw_cfg, FW_CFG_SPARC64_DEPTH, graphic_depth); in sun4uv_init()