mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 14:51:51 -04:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user