Commit a6fe8bd5 authored by Dave Airlie's avatar Dave Airlie
Browse files

Merge tag 'drm-intel-next-fixes-2026-04-22' of...

Merge tag 'drm-intel-next-fixes-2026-04-22' of https://gitlab.freedesktop.org/drm/i915/kernel

 into drm-next

- Fix uninitialized variable in the alignment loop [psr] (Jouni Högander)

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
From: Tvrtko Ursulin <tursulin@igalia.com>
Link: https://patch.msgid.link/aeh-dKTow5Fl4Iv4@linux
parents 0389aa70 314f6179
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2974,7 +2974,7 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
		return ret;

	do {
		bool cursor_in_su_area;
		bool cursor_in_su_area = false;

		/*
		 * Adjust su area to cover cursor fully as necessary