Lines Matching defs:cpp
245 if (HAS_GMCH(dev_priv) && fb->format->cpp[0] == 8 && src_w > 2048)
269 int cpp = fb->format->cpp[0];
271 while ((src_x + src_w) * cpp > plane_state->view.color_plane[0].mapping_stride) {
375 unsigned int cpp = fb->format->cpp[0];
384 if (cpp == 8) {
701 int cpp = info->cpp[0];
704 return min(8192 * cpp, 32 * 1024);
713 int cpp = info->cpp[0];
717 return min(4096 * cpp, 32 * 1024);
728 int cpp = info->cpp[0];
732 return min(4096 * cpp, 16 * 1024);
1057 fb->format->cpp[0] * 8, base, fb->pitches[0],