From: Ville Syrjälä Date: Tue, 10 Mar 2015 11:15:22 +0000 (+0200) Subject: drm/i915: Reduce clutter by using the local plane pointer X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3749f46370318332d22847da2e1e9b729e177aaf;p=linux-beck.git drm/i915: Reduce clutter by using the local plane pointer No need to go dig throguh intel_crtc->base.cursor when we already have the same thing as 'plane' local variable. Signed-off-by: Ville Syrjälä Reviewed-by: Jesse Barnes Reviewed-by: Matt Roper Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index d6c9fb417e05..821409df5bb1 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c @@ -12372,7 +12372,7 @@ intel_check_cursor_plane(struct drm_plane *plane, finish: if (intel_crtc->active) { - if (intel_crtc->base.cursor->state->crtc_w != state->base.crtc_w) + if (plane->state->crtc_w != state->base.crtc_w) intel_crtc->atomic.update_wm = true; intel_crtc->atomic.fb_bits |=