Lines Matching defs:src_w
45 uint32_t src_w, uint32_t src_h)
112 src_w--;
213 uint32_t src_w, uint32_t src_h)
266 src_w--;
278 if (crtc_w != src_w || crtc_h != src_h) {
285 sprscale = SPRITE_SCALE_ENABLE | (src_w << 16) | src_h;
404 uint32_t src_w, uint32_t src_h)
453 src_w--;
461 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h)
462 dvsscale = DVS_SCALE_ENABLE | (src_w << 16) | src_h;
607 uint32_t src_w, uint32_t src_h)
627 .x2 = src_x + src_w,
654 intel_plane->src_w = src_w;
734 src.x2 > (int) (src_x + src_w) ||
744 src_w = drm_rect_width(&src) >> 16;
750 src_w &= ~1;
765 if (visible && (src_w != crtc_w || src_h != crtc_h)) {
775 if (src_w < 3 || src_h < 3)
778 width_bytes = ((src_x * pixel_size) & 63) + src_w * pixel_size;
780 if (src_w > 2048 || src_h > 2048 ||
822 src_x, src_y, src_w, src_h);
953 intel_plane->src_w, intel_plane->src_h);