Lines Matching defs:src_h
45 uint32_t src_w, uint32_t src_h)
113 src_h--;
213 uint32_t src_w, uint32_t src_h)
267 src_h--;
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)
454 src_h--;
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)
629 .y2 = src_y + src_h,
655 intel_plane->src_h = src_h;
735 src.y2 > (int) (src_y + src_h));
746 src_h = drm_rect_height(&src) >> 16;
765 if (visible && (src_w != crtc_w || src_h != crtc_h)) {
775 if (src_w < 3 || src_h < 3)
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);