kernel_samsung_a53x/drivers/video
Helge Deller f0e22a94a5 fbdev: stifb: Make the STI next font pointer a 32-bit signed offset
[ Upstream commit 8a32aa17c1cd48df1ddaa78e45abcb8c7a2220d6 ]

The pointer to the next STI font is actually a signed 32-bit
offset. With this change the 64-bit kernel will correctly subract
the (signed 32-bit) offset instead of adding a (unsigned 32-bit)
offset. It has no effect on 32-bit kernels.

This fixes the stifb driver with a 64-bit kernel on qemu.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-18 12:11:12 +01:00
..
backlight Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
console Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fbdev fbdev: stifb: Make the STI next font pointer a 32-bit signed offset 2024-11-18 12:11:12 +01:00
logo Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
display_timing.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdmi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
of_display_timing.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
of_videomode.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vgastate.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
videomode.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00