Lines Matching defs:DPRINTK

45 #define DPRINTK(fmt, args...) printk(fmt,## args)
47 #define DPRINTK(fmt, args...) no_printk(fmt, ##args)
304 DPRINTK(" Manufacturer: %s\n", specs->manufacturer);
305 DPRINTK(" Model: %x\n", specs->model);
306 DPRINTK(" Serial#: %u\n", specs->serial);
307 DPRINTK(" Year: %u Week %u\n", specs->year, specs->week);
320 DPRINTK(" DPMS: Active %s, Suspend %s, Standby %s\n",
330 DPRINTK(" Chroma\n");
336 DPRINTK(" RedX: 0.%03d ", specs->chroma.redx);
342 DPRINTK("RedY: 0.%03d\n", specs->chroma.redy);
348 DPRINTK(" GreenX: 0.%03d ", specs->chroma.greenx);
354 DPRINTK("GreenY: 0.%03d\n", specs->chroma.greeny);
360 DPRINTK(" BlueX: 0.%03d ", specs->chroma.bluex);
366 DPRINTK("BlueY: 0.%03d\n", specs->chroma.bluey);
372 DPRINTK(" WhiteX: 0.%03d ", specs->chroma.whitex);
378 DPRINTK("WhiteY: 0.%03d\n", specs->chroma.whitey);
418 DPRINTK(" 720x400@70Hz\n");
423 DPRINTK(" 720x400@88Hz\n");
427 DPRINTK(" 640x480@60Hz\n");
432 DPRINTK(" 640x480@67Hz\n");
436 DPRINTK(" 640x480@72Hz\n");
440 DPRINTK(" 640x480@75Hz\n");
444 DPRINTK(" 800x600@56Hz\n");
448 DPRINTK(" 800x600@60Hz\n");
454 DPRINTK(" 800x600@72Hz\n");
458 DPRINTK(" 800x600@75Hz\n");
463 DPRINTK(" 832x624@75Hz\n");
467 DPRINTK(" 1024x768@87Hz Interlaced\n");
471 DPRINTK(" 1024x768@60Hz\n");
475 DPRINTK(" 1024x768@70Hz\n");
479 DPRINTK(" 1024x768@75Hz\n");
483 DPRINTK(" 1280x1024@75Hz\n");
488 DPRINTK(" 1152x870@75Hz\n");
490 DPRINTK(" Manufacturer's mask: %x\n",c&0x7F);
509 DPRINTK(" DMT id=%d\n", dmt_modes[i].dmt_id);
538 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh);
546 DPRINTK(" mode exceed max DCLK\n");
595 DPRINTK(" %d MHz ", PIXEL_CLOCK/1000000);
596 DPRINTK("%d %d %d %d ", H_ACTIVE, H_ACTIVE + H_SYNC_OFFSET,
598 DPRINTK("%d %d %d %d ", V_ACTIVE, V_ACTIVE + V_SYNC_OFFSET,
600 DPRINTK("%sHSync %sVSync\n\n", (HSYNC_POSITIVE) ? "+" : "-",
639 DPRINTK(" Detailed Timings\n");
652 DPRINTK(" Supported VESA Modes\n");
656 DPRINTK(" Standard Timings\n");
702 DPRINTK(" Monitor Operating Limits: ");
713 DPRINTK("From EDID\n");
726 DPRINTK("None Available\n");
767 DPRINTK("Extrapolated\n");
770 DPRINTK(" H: %d-%dKHz V: %d-%dHz DCLK: %dMHz\n",
788 DPRINTK(" Digital Display Input");
790 DPRINTK(" Analog Display Input: Input Voltage - ");
793 DPRINTK("0.700V/0.300V");
797 DPRINTK("0.714V/0.286V");
801 DPRINTK("1.000V/0.400V");
805 DPRINTK("0.700V/0.000V");
810 DPRINTK("\n Sync: ");
813 DPRINTK(" Configurable signal level\n");
817 DPRINTK("Blank to Blank ");
821 DPRINTK("Separate ");
825 DPRINTK("Composite ");
829 DPRINTK("Sync on Green ");
833 DPRINTK("Serration on ");
836 DPRINTK("\n");
839 DPRINTK(" Max H-size in cm: ");
841 DPRINTK("%d\n", specs->max_x);
843 DPRINTK("variable\n");
844 DPRINTK(" Max V-size in cm: ");
846 DPRINTK("%d\n", specs->max_y);
848 DPRINTK("variable\n");
852 DPRINTK(" Gamma: ");
853 DPRINTK("%d.%d\n", specs->gamma/100, specs->gamma % 100);
859 DPRINTK(" Monochrome/Grayscale\n");
863 DPRINTK(" RGB Color Display\n");
867 DPRINTK(" Non-RGB Multicolor Display\n");
871 DPRINTK(" Unknown\n");
881 DPRINTK(" Default color format is primary\n");
885 DPRINTK(" First DETAILED Timing is preferred\n");
956 DPRINTK("========================================\n");
957 DPRINTK("Display Information (EDID)\n");
958 DPRINTK("========================================\n");
959 DPRINTK(" EDID Version %d.%d\n", (int) specs->version,
968 DPRINTK(" Serial Number: %s\n", specs->serial_no);
971 DPRINTK(" ASCII Block: %s\n", specs->ascii);
974 DPRINTK(" Monitor Name: %s\n", specs->monitor);
978 DPRINTK(" Display Characteristics:\n");
1000 DPRINTK("========================================\n");