Lines Matching defs:maxdepth
517 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */
1165 if (par->bpp > maxdepth[clk_shift]) {
1166 if (round_down_bpp && maxdepth[clk_shift])
1167 par->bpp = maxdepth[clk_shift];
3563 maxdepth[TAG_SHRES] = 0; /* OCS means no SHRES */
3564 maxdepth[TAG_HIRES] = 4;
3565 maxdepth[TAG_LORES] = 6;
3576 maxdepth[TAG_SHRES] = 2;
3577 maxdepth[TAG_HIRES] = 4;
3578 maxdepth[TAG_LORES] = 6;
3598 maxdepth[TAG_SHRES] = 8;
3599 maxdepth[TAG_HIRES] = 8;
3600 maxdepth[TAG_LORES] = 8;