Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Dave Airlie <airlied@redhat.com>
From: Tvrtko Ursulin <tursulin@igalia.com>
Link: https://patch.msgid.link/aeh-dKTow5Fl4Iv4@linux

+1 -1
+1 -1
drivers/gpu/drm/i915/display/intel_psr.c
··· 2974 2974 return ret; 2975 2975 2976 2976 do { 2977 - bool cursor_in_su_area; 2977 + bool cursor_in_su_area = false; 2978 2978 2979 2979 /* 2980 2980 * Adjust su area to cover cursor fully as necessary