]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
video/fbdev/stifb: Implement the stifb_fillrect() function
authorHelge Deller <deller@gmx.de>
Thu, 13 Jan 2022 15:35:53 +0000 (16:35 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 6 Dec 2022 13:45:36 +0000 (14:45 +0100)
commit8df74a4aaa354efb80d2b96d6ac507eaacc1f8c5
treeb8c552fb96de415c7c24a6fb20b07c0e607102b1
parent0dd9f9f87786b1786ed624b16a6d84d834f66d08
video/fbdev/stifb: Implement the stifb_fillrect() function

BugLink: https://bugs.launchpad.net/bugs/1998843
[ Upstream commit 9c379c65241707e44072139d782bc2dfec9b4ab3 ]

The stifb driver (for Artist/HCRX graphics on PA-RISC) was missing
the fillrect function.
Tested on a 715/64 PA-RISC machine and in qemu.

Signed-off-by: Helge Deller <deller@gmx.de>
Stable-dep-of: 776d875fd4cb ("fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/video/fbdev/stifb.c