Lines Matching refs:crtc_h
249 uint32_t crtc_h = drm_rect_height(&plane_state->base.dst); in skl_update_plane() local
260 crtc_h--; in skl_update_plane()
316 ((crtc_w + 1) << 16)|(crtc_h + 1)); in skl_update_plane()
552 uint32_t crtc_h = drm_rect_height(&plane_state->base.dst); in vlv_update_plane() local
559 crtc_h--; in vlv_update_plane()
585 I915_WRITE_FW(SPSIZE(pipe, plane_id), (crtc_h << 16) | crtc_w); in vlv_update_plane()
711 uint32_t crtc_h = drm_rect_height(&plane_state->base.dst); in ivb_update_plane() local
722 crtc_h--; in ivb_update_plane()
724 if (crtc_w != src_w || crtc_h != src_h) in ivb_update_plane()
749 I915_WRITE_FW(SPRSIZE(pipe), (crtc_h << 16) | crtc_w); in ivb_update_plane()
875 uint32_t crtc_h = drm_rect_height(&plane_state->base.dst); in g4x_update_plane() local
886 crtc_h--; in g4x_update_plane()
888 if (crtc_w != src_w || crtc_h != src_h) in g4x_update_plane()
909 I915_WRITE_FW(DVSSIZE(pipe), (crtc_h << 16) | crtc_w); in g4x_update_plane()
1022 unsigned int crtc_h = drm_rect_height(dst); in intel_check_sprite_plane() local
1050 if (src_w != crtc_w || src_h != crtc_h) { in intel_check_sprite_plane()
1062 crtc_w < 3 || crtc_h < 3 || in intel_check_sprite_plane()