Fix bootsplash patch

This commit is contained in:
Igor Pecovnik
2022-02-26 08:46:48 +01:00
parent ac8fc43855
commit 39be0963e7

View File

@@ -55,8 +55,8 @@ index f36829eeb5a9..0cc2a36b674a 100644
ops->graphics = 0;
-#ifdef CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION
if ((info->flags & FBINFO_HWACCEL_COPYAREA) &&
!(info->flags & FBINFO_HWACCEL_DISABLED))
if ((cap & FBINFO_HWACCEL_COPYAREA) &&
!(cap & FBINFO_HWACCEL_DISABLED))
p->scrollmode = SCROLL_MOVE;
else /* default to something safe */
p->scrollmode = SCROLL_REDRAW;