Lines Matching refs:pitches
136 r.pitches[0] = or->pitch;
217 if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX)
220 if (block_size && r->pitches[i] < min_pitch) {
221 drm_dbg_kms(dev, "bad pitch %u for plane %d\n", r->pitches[i], i);
246 r->pitches[i] % 128) {
272 if (r->pitches[i]) {
534 r->pitch = fb->pitches[0];
602 r->pitches[i] = 0;
608 r->pitches[i] = fb->pitches[i];
1194 drm_printf_indent(p, indent + 1, "pitch[%u]=%u\n", i, fb->pitches[i]);