Searched refs:WRN_MSG (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfbhw.c | 220 WRN_MSG("Not enough video ram for mode " in intelfbhw_validate_mode() 229 WRN_MSG("X resolution too large (%d vs %d).\n", in intelfbhw_validate_mode() 235 WRN_MSG("Y resolution too large (%d vs %d).\n", in intelfbhw_validate_mode() 243 WRN_MSG("Mode is interlaced.\n"); in intelfbhw_validate_mode() 248 WRN_MSG("Mode is double-scan.\n"); in intelfbhw_validate_mode() 256 WRN_MSG("Pixel clock is too low (%d MHz vs %d MHz).\n", in intelfbhw_validate_mode() 262 WRN_MSG("Pixel clock is too high (%d MHz vs %d MHz).\n", in intelfbhw_validate_mode() 755 WRN_MSG("cannot split p = %d\n", p); in calc_pll_params() 770 WRN_MSG("cannot split m = %d\n", m); in calc_pll_params() 792 WRN_MSG("cannot find parameters for clock %d\n", clock); in calc_pll_params() [all …]
|
D | intelfbdrv.c | 667 WRN_MSG("Cannot map ring buffer: " in intelfb_pci_register() 677 WRN_MSG("Cannot map the HW cursor space: " in intelfb_pci_register() 702 WRN_MSG("Cannot allocate a page for the HW cursor. " in intelfb_pci_register() 747 WRN_MSG("Non-CRT device is enabled (%s). " in intelfb_pci_register() 796 WRN_MSG("Cannot allocate a page for 2D accel. " in intelfb_pci_register() 1072 WRN_MSG("Setting fbcon_dummy renderer (bpp is %d).\n", in intelfb_set_dispsw() 1652 WRN_MSG("var_to_mode: bad bpp: %d\n", bpp); in mode_to_var()
|
D | intelfb.h | 96 #define WRN_MSG(fmt, args...) printk(KERN_WARNING PFX fmt, ## args) macro
|