Home | History | Annotate | Download | only in dev

Lines Matching refs:planes

277 		switch (sc->sc_fb->planes) {
326 * If we could not get a valid number of planes, determine it
330 if (fb->planes == 0) {
344 for (fb->planes = 1; fb->planemask >= (1 << fb->planes);
345 fb->planes++);
346 if (fb->planes > 8)
347 fb->planes = 8;
348 fb->planemask = (1 << fb->planes) - 1;
373 if (fb->planes <= 4 && fb->dwidth == 1024 && fb->dheight == 400) {
419 * Enable reading/writing of all the planes.
455 wdf->cmsize = 1 << fb->planes;
526 u_int colcount = 1 << fb->planes;