Searched refs:fb_err (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | vt8623fb.c | 260 fb_err(info, "cannot set requested pixclock, keeping old value\n"); in vt8623_set_pixclock() 332 fb_err(info, "unsupported mode requested\n"); in vt8623fb_check_var() 351 fb_err(info, "not enough framebuffer memory (%d kB requested, %d kB available)\n", in vt8623fb_check_var() 359 fb_err(info, "text framebuffer size too large (%d kB requested, 256 kB possible)\n", in vt8623fb_check_var() 367 fb_err(info, "invalid timings requested\n"); in vt8623fb_check_var()
|
H A D | arkfb.c | 128 fb_err(info, "unsupported font parameters: width %d, height %d, depth %d, length %d\n", in arkfb_settile() 499 fb_err(info, "cannot set requested pixclock, keeping old value\n"); in ark_set_pixclock() 569 fb_err(info, "unsupported mode requested\n"); in arkfb_check_var() 589 fb_err(info, "not enough framebuffer memory (%d kB requested, %d kB available)\n", in arkfb_check_var() 597 fb_err(info, "invalid timings requested\n"); in arkfb_check_var() 780 fb_err(info, "unsupported mode - bug\n"); in arkfb_set_par()
|
H A D | s3fb.c | 298 fb_err(info, "unsupported font parameters: width %d, height %d, depth %d, length %d\n", in s3fb_settile_fast() 468 fb_err(info, "cannot set requested pixclock, keeping old value\n"); in s3_set_pixclock() 564 fb_err(info, "unsupported mode requested\n"); in s3fb_check_var() 582 fb_err(info, "not enough framebuffer memory (%d kB requested , %u kB available)\n", in s3fb_check_var() 589 fb_err(info, "invalid timings requested\n"); in s3fb_check_var() 596 fb_err(info, "invalid pixclock value requested\n"); in s3fb_check_var() 889 fb_err(info, "unsupported mode - bug\n"); in s3fb_set_par()
|
H A D | fsl-diu-fb.c | 875 fb_err(info, "unable to allocate fb memory\n"); in map_video_memory() 1148 fb_err(info, "unable to allocate fb memory 1\n"); in fsl_diu_set_par() 1378 fb_err(info, "unknown ioctl command (0x%08X)\n", cmd); in fsl_diu_ioctl() 1544 fb_err(info, "fsl_diu_check_var failed\n"); in install_fb() 1551 fb_err(info, "register_framebuffer failed\n"); in install_fb()
|
H A D | ep93xx-fb.c | 440 fb_err(info, "ep93xx framebuffer bug. phys addr (0x%x) " in ep93xxfb_alloc_videomem() 527 fb_err(info, "No suitable video mode found\n"); in ep93xxfb_probe()
|
H A D | vfb.c | 448 fb_err(info, "Unable to find usable video mode.\n"); in vfb_probe()
|
H A D | i740fb.c | 198 fb_err(info, "release called with zero refcount\n"); in i740fb_release()
|
H A D | sm501fb.c | 1296 fb_err(info, "Timeout waiting for 2d engine sync\n"); in sm501fb_sync()
|
/linux/drivers/video/fbdev/core/ |
H A D | svgalib.c | 202 fb_err(info, "unsupported font parameters: width %d, height %d, depth %d, length %d\n", in svga_settile()
|
/linux/include/linux/ |
H A D | fb.h | 886 #define fb_err(fb_info, fmt, ...) \ macro
|