Message ID | 1352741580-12141-17-git-send-email-ville.syrjala@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/gpu/drm/i915/intel_atomic.c b/drivers/gpu/drm/i915/intel_atomic.c index c4cec40..bfc0563 100644 --- a/drivers/gpu/drm/i915/intel_atomic.c +++ b/drivers/gpu/drm/i915/intel_atomic.c @@ -555,9 +555,9 @@ static void plane_compute_dirty(struct intel_atomic_state *s, return; if (plane->src_x != state->old.src_x || - plane->src_y != state->old.src_x || - plane->src_w != state->old.src_x || - plane->src_h != state->old.src_x || + plane->src_y != state->old.src_y || + plane->src_w != state->old.src_w || + plane->src_h != state->old.src_h || plane->crtc_x != state->old.crtc_x || plane->crtc_y != state->old.crtc_y || plane->crtc_w != state->old.crtc_w ||