Message ID | 1461279842-28695-15-git-send-email-emil.l.velikov@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Apr 22, 2016 at 12:04:02AM +0100, Emil Velikov wrote: > Pretty much all of these hasn't seen any action singe 2008 at the very > least. Barring the occasional buildfix and DRM-wide refactoring of > course. > > Note: some distributions have stopped shipping their userspace > counterparts for a while. Although some still do. > > Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> > --- > I'm inclined to list these as Obsolete, yet that implies that there's > something better in the works, yet there isn't. > > I believe many people will be happy to see these drivers go, although I > doubt interested parties are about to port them to KMS/DRI2 unless we > make some noise. Like, say, propose their removal ? ;-) If we do this, does get_maintainers.pl still list dri-devel@fd.o and Dave's mail address? Just want to make sure that patches for those won't suddenly disappear out of sight (not that there are many really). -Daniel > --- > MAINTAINERS | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3774081..c808542 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3854,6 +3854,11 @@ T: git git://github.com/patjak/drm-gma500 > S: Maintained > F: drivers/gpu/drm/gma500/ > > +DRM DRIVER FOR INTEL I810 VIDEO CARDS > +S: Orphan / Obsolete > +F: drivers/gpu/drm/i810/ > +F: include/uapi/drm/i810_drm.h > + > DRM DRIVER FOR MSM ADRENO GPU > M: Rob Clark <robdclark@gmail.com> > M: Archit Taneja <architt@codeaurora.org> > @@ -3887,11 +3892,21 @@ F: include/linux/host1x.h > F: include/uapi/drm/tegra_drm.h > F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt > > +DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS > +S: Orphan / Obsolete > +F: drivers/gpu/drm/mga/ > +F: include/uapi/drm/mga_drm.h > + > DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS > M: Dave Airlie <airlied@redhat.com> > S: Odd Fixes > F: drivers/gpu/drm/mgag200/ > > +DRM DRIVER FOR RAGE 128 VIDEO CARDS > +S: Orphan / Obsolete > +F: drivers/gpu/drm/r128/ > +F: include/uapi/drm/r128_drm.h > + > DRM DRIVERS FOR RENESAS > M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > L: dri-devel@lists.freedesktop.org > @@ -3916,6 +3931,16 @@ S: Maintained > F: drivers/gpu/drm/rockchip/ > F: Documentation/devicetree/bindings/display/rockchip/ > > +DRM DRIVER FOR SAVAGE VIDEO CARDS > +S: Orphan / Obsolete > +F: drivers/gpu/drm/savage/ > +F: include/uapi/drm/savage_drm.h > + > +DRM DRIVER FOR SIS VIDEO CARDS > +S: Orphan / Obsolete > +F: drivers/gpu/drm/sis/ > +F: include/uapi/drm/sis_drm.h > + > DRM DRIVERS FOR STI > M: Benjamin Gaignard <benjamin.gaignard@linaro.org> > M: Vincent Abriou <vincent.abriou@st.com> > @@ -3925,6 +3950,10 @@ S: Maintained > F: drivers/gpu/drm/sti > F: Documentation/devicetree/bindings/display/st,stih4xx.txt > > +DRM DRIVER FOR TDFX VIDEO CARDS > +S: Orphan / Obsolete > +F: drivers/gpu/drm/tdfx/ > + > DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS > M: Dave Airlie <airlied@redhat.com> > S: Odd Fixes > -- > 2.6.2 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
On 22 April 2016 at 09:39, Daniel Vetter <daniel@ffwll.ch> wrote: > On Fri, Apr 22, 2016 at 12:04:02AM +0100, Emil Velikov wrote: >> Pretty much all of these hasn't seen any action singe 2008 at the very >> least. Barring the occasional buildfix and DRM-wide refactoring of >> course. >> >> Note: some distributions have stopped shipping their userspace >> counterparts for a while. Although some still do. >> >> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> >> --- >> I'm inclined to list these as Obsolete, yet that implies that there's >> something better in the works, yet there isn't. >> >> I believe many people will be happy to see these drivers go, although I >> doubt interested parties are about to port them to KMS/DRI2 unless we >> make some noise. Like, say, propose their removal ? ;-) > > If we do this, does get_maintainers.pl still list dri-devel@fd.o and > Dave's mail address? Just want to make sure that patches for those won't > suddenly disappear out of sight (not that there are many really). What a happy little accident it will be if it they do. One could say "they haven't worked in years" and give them the stick ;-) But seriously - yes it still lists Dave/dri-devel. Here is the output $ scripts/get_maintainer.pl -f drivers/gpu/drm/sis/ David Airlie <airlied@linux.ie> (maintainer:DRM DRIVERS) Dave Airlie <airlied@redhat.com> (commit_signer:1/1=100%) Mikko Rapeli <mikko.rapeli@iki.fi> (commit_signer:1/1=100%,authored:1/1=100%) dri-devel@lists.freedesktop.org (open list:DRM DRIVERS) linux-kernel@vger.kernel.org (open list) And for reference $ git grep -2 -h "drm/sis" MAINTAINERS DRM DRIVER FOR SIS VIDEO CARDS S: Orphan / Obsolete F: drivers/gpu/drm/sis/ F: include/uapi/drm/sis_drm.h Regards, Emil
diff --git a/MAINTAINERS b/MAINTAINERS index 3774081..c808542 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3854,6 +3854,11 @@ T: git git://github.com/patjak/drm-gma500 S: Maintained F: drivers/gpu/drm/gma500/ +DRM DRIVER FOR INTEL I810 VIDEO CARDS +S: Orphan / Obsolete +F: drivers/gpu/drm/i810/ +F: include/uapi/drm/i810_drm.h + DRM DRIVER FOR MSM ADRENO GPU M: Rob Clark <robdclark@gmail.com> M: Archit Taneja <architt@codeaurora.org> @@ -3887,11 +3892,21 @@ F: include/linux/host1x.h F: include/uapi/drm/tegra_drm.h F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt +DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS +S: Orphan / Obsolete +F: drivers/gpu/drm/mga/ +F: include/uapi/drm/mga_drm.h + DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS M: Dave Airlie <airlied@redhat.com> S: Odd Fixes F: drivers/gpu/drm/mgag200/ +DRM DRIVER FOR RAGE 128 VIDEO CARDS +S: Orphan / Obsolete +F: drivers/gpu/drm/r128/ +F: include/uapi/drm/r128_drm.h + DRM DRIVERS FOR RENESAS M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> L: dri-devel@lists.freedesktop.org @@ -3916,6 +3931,16 @@ S: Maintained F: drivers/gpu/drm/rockchip/ F: Documentation/devicetree/bindings/display/rockchip/ +DRM DRIVER FOR SAVAGE VIDEO CARDS +S: Orphan / Obsolete +F: drivers/gpu/drm/savage/ +F: include/uapi/drm/savage_drm.h + +DRM DRIVER FOR SIS VIDEO CARDS +S: Orphan / Obsolete +F: drivers/gpu/drm/sis/ +F: include/uapi/drm/sis_drm.h + DRM DRIVERS FOR STI M: Benjamin Gaignard <benjamin.gaignard@linaro.org> M: Vincent Abriou <vincent.abriou@st.com> @@ -3925,6 +3950,10 @@ S: Maintained F: drivers/gpu/drm/sti F: Documentation/devicetree/bindings/display/st,stih4xx.txt +DRM DRIVER FOR TDFX VIDEO CARDS +S: Orphan / Obsolete +F: drivers/gpu/drm/tdfx/ + DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS M: Dave Airlie <airlied@redhat.com> S: Odd Fixes
Pretty much all of these hasn't seen any action singe 2008 at the very least. Barring the occasional buildfix and DRM-wide refactoring of course. Note: some distributions have stopped shipping their userspace counterparts for a while. Although some still do. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> --- I'm inclined to list these as Obsolete, yet that implies that there's something better in the works, yet there isn't. I believe many people will be happy to see these drivers go, although I doubt interested parties are about to port them to KMS/DRI2 unless we make some noise. Like, say, propose their removal ? ;-) --- MAINTAINERS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+)