Home
last modified time | relevance | path

Searched refs:xf86ErrorF (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dprint_edid.c94 xf86ErrorF("Input Voltage Level: "); in print_input_features()
97 xf86ErrorF("0.700/0.300 V\n"); in print_input_features()
100 xf86ErrorF("0.714/0.286 V\n"); in print_input_features()
103 xf86ErrorF("1.000/0.400 V\n"); in print_input_features()
106 xf86ErrorF("0.700/0.700 V\n"); in print_input_features()
109 xf86ErrorF("undefined\n"); in print_input_features()
115 xf86ErrorF(" Separate"); in print_input_features()
117 xf86ErrorF(" Composite"); in print_input_features()
119 xf86ErrorF(" SyncOnGreen"); in print_input_features()
121 xf86ErrorF("Serration on. " in print_input_features()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c163 xf86ErrorF("rev %d", info->revision); in xf86PciProbe()
170 xf86ErrorF(", Mem @ "); in xf86PciProbe()
174 xf86ErrorF(", "); in xf86PciProbe()
175 xf86ErrorF("0x%08lx/%ld", (long) r->base_addr, (long) r->size); in xf86PciProbe()
184 xf86ErrorF(", I/O @ "); in xf86PciProbe()
188 xf86ErrorF(", "); in xf86PciProbe()
189 xf86ErrorF("0x%08lx/%ld", (long) r->base_addr, (long) r->size); in xf86PciProbe()
194 xf86ErrorF(", BIOS @ 0x\?\?\?\?\?\?\?\?/%ld", in xf86PciProbe()
198 xf86ErrorF("\n"); in xf86PciProbe()
H A Dxf86Helper.c1133 xf86ErrorF(const char *format, ...) in xf86ErrorF() function
1247 xf86ErrorF("\n"); in xf86ShowClocks()
1250 xf86ErrorF(" %7.3f", (double) scrp->clock[j] / 1000.0); in xf86ShowClocks()
1252 xf86ErrorF("\n"); in xf86ShowClocks()
1271 xf86ErrorF(","); in xf86PrintChipsets()
1275 xf86ErrorF(" "); in xf86PrintChipsets()
1279 xf86ErrorF("\n\t"); in xf86PrintChipsets()
1282 xf86ErrorF("%s", chips[i].name); in xf86PrintChipsets()
1285 xf86ErrorF("\n"); in xf86PrintChipsets()
H A Dxf86sbusBus.c230 xf86ErrorF(" at %s", promPath); in xf86SbusProbe()
236 xf86ErrorF("\n"); in xf86SbusProbe()
H A Dxf86.h266 xf86ErrorF(const char *format, ...)
H A Dxf86Mode.c287 xf86ErrorF("\n"); in xf86ShowClockRanges()
290 xf86ErrorF(" %6.2f", (double) scaledClock / 1000.0); in xf86ShowClockRanges()
294 xf86ErrorF("\n"); in xf86ShowClockRanges()
H A Dxf86Config.c197 xf86ErrorF("\tEntry deleted from font path.\n"); in xf86ValidateFontPath()
212 xf86ErrorF("\tEntry deleted from font path.\n"); in xf86ValidateFontPath()
213 xf86ErrorF("\t(Run 'mkfontdir' on \"%s\").\n", dir_elem); in xf86ValidateFontPath()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_init.c103 xf86ErrorF("xf86OpenConsole: Cannot open /dev/vt/0 (%s)\n", in xf86OpenConsole()
109 xf86ErrorF("xf86OpenConsole: VT_ENABLED failed (%s)\n", in xf86OpenConsole()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dbsd_init.c429 xf86ErrorF(" (version %ld.%ld)\n", syscons_version >> 8, in xf86OpenSyscons()
433 xf86ErrorF(" (version 0.x)\n"); in xf86OpenSyscons()
H A Dalpha_video.c163 xf86ErrorF("\tlinear framebuffer access unavailable\n"); in checkDevMem()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A DSbus.c427 xf86ErrorF("Inconsistent /proc/fb with FBIOGATTR\n"); in sparcPromAssignNodes()