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:15:32 +0000 (18:15 +0100)
commit154934c74f976b8d35820e8f53a0c2800d651dd0
tree669776c2f253db04b9626d8da1aeef12d8acf268
parentb524b41806e988bd754d92ebe852e5621aeed41c
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