Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3749f463 authored by Ville Syrjälä's avatar Ville Syrjälä Committed by Daniel Vetter
Browse files

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: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent c5da5145
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 |=