Lines Matching refs:pitches
137 r.pitches[0] = or->pitch;
190 if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX)
193 if (block_size && r->pitches[i] < min_pitch) {
194 drm_dbg_kms(dev, "bad pitch %u for plane %d\n", r->pitches[i], i);
219 r->pitches[i] % 128) {
245 if (r->pitches[i]) {
550 r->pitch = fb->pitches[0];
618 r->pitches[i] = 0;
624 r->pitches[i] = fb->pitches[i];
1202 drm_printf_indent(p, indent + 1, "pitch[%u]=%u\n", i, fb->pitches[i]);