Lines Matching refs:src
43 unsigned int x = state->src.x1 >> 16;
44 unsigned int y = state->src.y1 >> 16;
113 st->src_hw = drm_rect_height(&new_plane_state->src) >> 17;
117 st->src_hw = drm_rect_height(&new_plane_state->src) >> 16;
123 st->src_hw |= drm_rect_width(&new_plane_state->src) >> 16;
178 if (old_state->src.x1 != new_state->src.x1 ||
179 old_state->src.y1 != new_state->src.y1 ||
211 if (drm_rect_width(&old_state->src) != drm_rect_width(&new_state->src) ||
214 if (drm_rect_width(&new_state->src) >> 16 !=