Lines Matching refs:crtc_w
248 uint32_t crtc_w = drm_rect_width(&plane_state->base.dst); in skl_update_plane() local
259 crtc_w--; in skl_update_plane()
316 ((crtc_w + 1) << 16)|(crtc_h + 1)); in skl_update_plane()
551 uint32_t crtc_w = drm_rect_width(&plane_state->base.dst); in vlv_update_plane() local
558 crtc_w--; in vlv_update_plane()
585 I915_WRITE_FW(SPSIZE(pipe, plane_id), (crtc_h << 16) | crtc_w); in vlv_update_plane()
710 uint32_t crtc_w = drm_rect_width(&plane_state->base.dst); in ivb_update_plane() local
721 crtc_w--; 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()
874 uint32_t crtc_w = drm_rect_width(&plane_state->base.dst); in g4x_update_plane() local
885 crtc_w--; 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()
1021 unsigned int crtc_w = drm_rect_width(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()