Lines Matching refs:crtc_h
184 unsigned int crtc_w, unsigned int crtc_h, in skl_update_plane() argument
217 src_w != crtc_w || src_h != crtc_h); in skl_update_plane()
228 crtc_h--; in skl_update_plane()
275 ((crtc_w + 1) << 16)|(crtc_h + 1)); in skl_update_plane()
347 unsigned int crtc_w, unsigned int crtc_h, in vlv_update_plane() argument
421 crtc_h--; in vlv_update_plane()
461 I915_WRITE(SPSIZE(pipe, plane), (crtc_h << 16) | crtc_w); in vlv_update_plane()
487 unsigned int crtc_w, unsigned int crtc_h, in ivb_update_plane() argument
546 src_w != crtc_w || src_h != crtc_h); in ivb_update_plane()
552 crtc_h--; in ivb_update_plane()
554 if (crtc_w != src_w || crtc_h != src_h) in ivb_update_plane()
599 I915_WRITE(SPRSIZE(pipe), (crtc_h << 16) | crtc_w); in ivb_update_plane()
629 unsigned int crtc_w, unsigned int crtc_h, in ilk_update_plane() argument
683 src_w != crtc_w || src_h != crtc_h); in ilk_update_plane()
689 crtc_h--; in ilk_update_plane()
692 if (crtc_w != src_w || crtc_h != src_h) in ilk_update_plane()
729 I915_WRITE(DVSSIZE(pipe), (crtc_h << 16) | crtc_w); in ilk_update_plane()
764 unsigned int crtc_w, crtc_h; in intel_check_sprite_plane() local
828 crtc_h = drm_rect_height(dst); in intel_check_sprite_plane()
892 if (state->visible && (src_w != crtc_w || src_h != crtc_h)) { in intel_check_sprite_plane()
899 if (crtc_w < 3 || crtc_h < 3) in intel_check_sprite_plane()
926 dst->y2 = crtc_y + crtc_h; in intel_check_sprite_plane()