@@ -12055,9 +12055,8 @@ F: include/linux/nubus.h
F: include/uapi/linux/nubus.h
NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
-M: Antonino Daplas <adaplas@gmail.com>
L: linux-fbdev@vger.kernel.org
-S: Maintained
+S: Obsolete
F: drivers/video/fbdev/nvidia/
F: drivers/video/fbdev/riva/
@@ -881,6 +881,8 @@ config FB_NVIDIA
select BITREVERSE
select VGASTATE
help
+ Obsolete, use the nouveau DRM driver instead.
+
This driver supports graphics boards with the nVidia chips, TNT
and newer. For very old chipsets, such as the RIVA128, then use
the rivafb.
@@ -928,6 +930,8 @@ config FB_RIVA
select BITREVERSE
select VGASTATE
help
+ Obsolete, use the nouveau DRM driver instead.
+
This driver supports graphics boards with the nVidia Riva/Geforce
chips.
Say Y if you have such a graphics board.
@@ -1512,6 +1512,9 @@ static struct pci_driver nvidiafb_driver = {
static int nvidiafb_init(void)
{
+ pr_warn("Legacy nvidiafb framebuffer driver will be removed in 2022\n"
+ "Please switch to nouveau DRM driver\n");
+
#ifndef MODULE
char *option = NULL;
@@ -2160,6 +2160,9 @@ static struct pci_driver rivafb_driver = {
static int rivafb_init(void)
{
+ pr_warn("Legacy rivafb framebuffer driver will be removed in 2022\n"
+ "Please switch to nouveau DRM driver\n");
+
#ifndef MODULE
char *option = NULL;