Lines Matching defs:depth
25 * "R<x>;<y>;<depth>". (Makes sense only on Falcon)
1394 * If all these bits are 0 get display depth from st_shift
1608 * set st_shift 0, so we can tell the screen-depth if f_shift == 0.
2412 * generic drawing routines; imageblit needs updating for image depth > 1
2540 if (image->depth == 1) {
2721 int xres, xres_virtual, yres, depth, planes;
2725 /* Format is: <xres>;<yres>;<depth>;<plane organ.>;
2752 depth = simple_strtoul(p, NULL, 10);
2753 if (depth != 1 && depth != 2 && depth != 4 && depth != 8 &&
2754 depth != 16 && depth != 24)
2778 len = xres * yres * depth / 8;
2808 if (xres_virtual * yres * depth / 8 > len)
2809 len = xres_virtual * yres * depth / 8;
2815 external_depth = depth;
2911 /* Format of user defined video mode is: <xres>;<yres>;<depth>
2914 int xres, yres, depth, temp;
2927 depth = simple_strtoul(p, NULL, 10);
2933 atafb_predefined[default_par - 1].bits_per_pixel = depth;
3130 dev_info(&pdev->dev, "Determined %dx%d, depth %d\n", fb_info.var.xres,