Lines Matching refs:crtc_h
433 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in vlv_update_plane() local
443 crtc_h--; in vlv_update_plane()
454 (crtc_h << 16) | crtc_w); in vlv_update_plane()
850 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in ivb_update_plane() local
864 crtc_h--; in ivb_update_plane()
866 if (crtc_w != src_w || crtc_h != src_h) in ivb_update_plane()
876 intel_de_write_fw(dev_priv, SPRSIZE(pipe), (crtc_h << 16) | crtc_w); in ivb_update_plane()
1178 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in g4x_update_plane() local
1192 crtc_h--; in g4x_update_plane()
1194 if (crtc_w != src_w || crtc_h != src_h) in g4x_update_plane()
1204 intel_de_write_fw(dev_priv, DVSSIZE(pipe), (crtc_h << 16) | crtc_w); in g4x_update_plane()
1299 int src_x, src_w, src_h, crtc_w, crtc_h; in g4x_sprite_check_scaling() local
1308 crtc_h = drm_rect_height(dst); in g4x_sprite_check_scaling()
1314 if (src_w == crtc_w && src_h == crtc_h) in g4x_sprite_check_scaling()