Lines Matching refs:depth
2628 if (image->depth == 1) { in atafb_imageblit()
2814 int xres, xres_virtual, yres, depth, planes; in atafb_setup_ext() local
2845 depth = simple_strtoul(p, NULL, 10); in atafb_setup_ext()
2846 if (depth != 1 && depth != 2 && depth != 4 && depth != 8 && in atafb_setup_ext()
2847 depth != 16 && depth != 24) in atafb_setup_ext()
2871 len = xres * yres * depth / 8; in atafb_setup_ext()
2901 if (xres_virtual * yres * depth / 8 > len) in atafb_setup_ext()
2902 len = xres_virtual * yres * depth / 8; in atafb_setup_ext()
2908 external_depth = depth; in atafb_setup_ext()
3007 int xres, yres, depth, temp; in atafb_setup_user() local
3020 depth = simple_strtoul(p, NULL, 10); in atafb_setup_user()
3026 atafb_predefined[default_par - 1].bits_per_pixel = depth; in atafb_setup_user()