video/fbdev/stifb: Implement the stifb_fillrect() function
authorHelge Deller <deller@gmx.de>
Thu, 13 Jan 2022 15:35:53 +0000 (16:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2022 17:14:21 +0000 (18:14 +0100)
commitf8c86d7829525e1b0ea4ee232b967661cf7de4cb
tree452d18dab10db7ece61e147a33553adea6f85e0b
parente975d7aecad7df71021947e6797ca719e06598cb
video/fbdev/stifb: Implement the stifb_fillrect() function

[ 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>
drivers/video/fbdev/stifb.c