Lines Matching refs:depth
25 * "R<x>;<y>;<depth>". (Makes sense only on Falcon)
1413 * If all these bits are 0 get display depth from st_shift
1627 * set st_shift 0, so we can tell the screen-depth if f_shift == 0.
2462 * generic drawing routines; imageblit needs updating for image depth > 1
2603 if (image->depth == 1) {
2789 int xres, xres_virtual, yres, depth, planes;
2793 /* Format is: <xres>;<yres>;<depth>;<plane organ.>;
2820 depth = simple_strtoul(p, NULL, 10);
2821 if (depth != 1 && depth != 2 && depth != 4 && depth != 8 &&
2822 depth != 16 && depth != 24)
2846 len = xres * yres * depth / 8;
2876 if (xres_virtual * yres * depth / 8 > len)
2877 len = xres_virtual * yres * depth / 8;
2883 external_depth = depth;
2979 /* Format of user defined video mode is: <xres>;<yres>;<depth>
2982 int xres, yres, depth, temp;
2995 depth = simple_strtoul(p, NULL, 10);
3001 atafb_predefined[default_par - 1].bits_per_pixel = depth;
3199 dev_info(&pdev->dev, "Determined %dx%d, depth %d\n", fb_info.var.xres,