Lines Matching refs:DPRINTK
81 #define DPRINTK(a, b...) pr_debug("fb: %s: " a, __func__ , ## b) macro
442 DPRINTK("depth not supported: %u\n", var->bits_per_pixel); in tdfxfb_check_var()
453 DPRINTK("xoffset not supported\n"); in tdfxfb_check_var()
466 DPRINTK("interlace not supported\n"); in tdfxfb_check_var()
472 DPRINTK("mode outside monitor's specs\n"); in tdfxfb_check_var()
480 DPRINTK("width not supported: %u\n", var->xres); in tdfxfb_check_var()
485 DPRINTK("height not supported: %u\n", var->yres); in tdfxfb_check_var()
492 DPRINTK("no memory for screen (%ux%ux%u)\n", in tdfxfb_check_var()
500 DPRINTK("pixclock too high (%ldKHz)\n", in tdfxfb_check_var()
538 DPRINTK("Checking graphics mode at %dx%d depth %d\n", in tdfxfb_check_var()
731 DPRINTK("Graphics mode is now set at %dx%d depth %d\n", in tdfxfb_set_par()
780 DPRINTK("bad depth %u\n", info->var.bits_per_pixel); in tdfxfb_setcolreg()
1285 DPRINTK("I2C bus %s registered.\n", name); in tdfxfb_setup_ddc_bus()
1313 DPRINTK("I2C bus %s registered.\n", name); in tdfxfb_setup_i2c_bus()
1350 DPRINTK("Probe DDC Bus\n"); in tdfxfb_probe_i2c_connector()
1492 DPRINTK("Unable to get Mode Database\n"); in tdfxfb_probe()