* Linux 2.4.17-pre6 drm-4.0
@ 2001-12-07 23:20 Keith Owens
2001-12-07 23:27 ` Robert Love
` (2 more replies)
0 siblings, 3 replies; 26+ messages in thread
From: Keith Owens @ 2001-12-07 23:20 UTC (permalink / raw)
To: linux-ia64; +Cc: lkml
On Fri, 7 Dec 2001 19:38:23 -0200 (BRST),
Marcelo Tosatti <marcelo@conectiva.com.br> wrote:
>pre6:
>- direct render for some SiS cards (Torsten Duwe/Alan Cox)
IA64 is still using the drm-4.0 code, as are the (possibly obsolete)
-ac kernels. The drm 4.0 makefiles are a pain in the neck and I want
to get rid of them asap. The SiS direct render is only for drm 4.1 so
now is a good time to question if 4.0 is still required.
How long do people plan to keep drm 4.0 code in their versions of the
kernel?
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:20 Linux 2.4.17-pre6 drm-4.0 Keith Owens @ 2001-12-07 23:27 ` Robert Love 2001-12-07 23:32 ` Keith Owens 2001-12-08 11:35 ` Alan Cox 2001-12-07 23:38 ` [Linux-ia64] " David Mosberger 2001-12-08 11:35 ` Alan Cox 2 siblings, 2 replies; 26+ messages in thread From: Robert Love @ 2001-12-07 23:27 UTC (permalink / raw) To: Keith Owens; +Cc: linux-ia64, lkml On Fri, 2001-12-07 at 18:20, Keith Owens wrote: > How long do people plan to keep drm 4.0 code in their versions of the > kernel? For 2.5, there probably is no intention of keeping that around. But can we honestly ditch it in the middle of a stable kernel? Personally I don't use it, but its not polite ... Robert Love ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 ` Robert Love @ 2001-12-07 23:32 ` Keith Owens 2001-12-07 23:42 ` Robert Love ` (2 more replies) 2001-12-08 11:35 ` Alan Cox 1 sibling, 3 replies; 26+ messages in thread From: Keith Owens @ 2001-12-07 23:32 UTC (permalink / raw) To: Robert Love; +Cc: linux-ia64, lkml On 07 Dec 2001 18:27:11 -0500, Robert Love <rml@tech9.net> wrote: >On Fri, 2001-12-07 at 18:20, Keith Owens wrote: > >> How long do people plan to keep drm 4.0 code in their versions of the >> kernel? > >For 2.5, there probably is no intention of keeping that around. But can >we honestly ditch it in the middle of a stable kernel? Personally I >don't use it, but its not polite ... Linus ditched drm 4.0 months ago. It only survives in arch add on patches like ia64 and in -ac trees. ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:32 ` Keith Owens @ 2001-12-07 23:42 ` Robert Love 2001-12-08 0:12 ` Barry K. Nathan 2001-12-08 1:03 ` Eyal Lebedinsky 2 siblings, 0 replies; 26+ messages in thread From: Robert Love @ 2001-12-07 23:42 UTC (permalink / raw) To: Keith Owens; +Cc: linux-ia64, lkml On Fri, 2001-12-07 at 18:32, Keith Owens wrote: > On 07 Dec 2001 18:27:11 -0500, Robert Love <rml@tech9.net> wrote: > >For 2.5, there probably is no intention of keeping that around. But can > >we honestly ditch it in the middle of a stable kernel? Personally I > >don't use it, but its not polite ... > Linus ditched drm 4.0 months ago. It only survives in arch add on > patches like ia64 and in -ac trees. I know. I meant we should continue to support the drm-4.0 package. It's the usual song ... we shouldn't change interfaces or required tools in a stable series, and the least we can do is make 4.0 available somehow, because someone may rely on it. On the flip side, I don't care, and I suspect the people who actually are using DRM are on 4.1 now. Further, if _you_ are maintaining the cruft and it bothers _you_, then stop :) Robert Love ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:32 ` Keith Owens 2001-12-07 23:42 ` Robert Love @ 2001-12-08 0:12 ` Barry K. Nathan 2001-12-08 1:03 ` Eyal Lebedinsky 2 siblings, 0 replies; 26+ messages in thread From: Barry K. Nathan @ 2001-12-08 0:12 UTC (permalink / raw) To: Keith Owens; +Cc: Robert Love, linux-ia64, lkml > Linus ditched drm 4.0 months ago. It only survives in arch add on > patches like ia64 and in -ac trees. No, it also survives as an add-on tarball for the standard kernel: http://www.kernel.org/pub/linux/kernel/v2.4/drm-4.0.x.tar.bz2 Let me dig through my old mail so I can quote Linus on this... Here's what he said in his Linux 2.4.8 announcement message (Subject "Linux-2.4.8", sent on August 10th of this year): > Ok, this one has various VM niceness tweaks that have made some people > much happier. It also does a upgrade to the XFree86-4.1.x style DRM code, > which means that people with XFree86-4.0.x can no longer use the built-in > kernel DRM by default. > > However, never fear. It's actually very easy to get the old DRM code too: > if you used to use the standard kernel DRM and do not want to upgrade to a > new XFree86 setup, just get the "drm-4.0.x" package from the same place > you get the kernel from, and do > > - unpack the kernel > - cd linux/drivers/char > - unpack the "drm-4.0.x" package here > - mv drm new-drm > - mv drm-4.0.x drm > > and you should be all set. The impression I get (for 2.4) is that DRM 4.1 comes standard but you should still be able to use 4.0 if you want, via that tarball. -Barry K. Nathan <barryn@pobox.com> ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:32 ` Keith Owens 2001-12-07 23:42 ` Robert Love 2001-12-08 0:12 ` Barry K. Nathan @ 2001-12-08 1:03 ` Eyal Lebedinsky 2 siblings, 0 replies; 26+ messages in thread From: Eyal Lebedinsky @ 2001-12-08 1:03 UTC (permalink / raw) To: lkml Keith Owens wrote: > > On 07 Dec 2001 18:27:11 -0500, > Robert Love <rml@tech9.net> wrote: > >On Fri, 2001-12-07 at 18:20, Keith Owens wrote: > > > >> How long do people plan to keep drm 4.0 code in their versions of the > >> kernel? > > > >For 2.5, there probably is no intention of keeping that around. But can > >we honestly ditch it in the middle of a stable kernel? Personally I > >don't use it, but its not polite ... > > Linus ditched drm 4.0 months ago. It only survives in arch add on > patches like ia64 and in -ac trees. Well, I am on Debian stable, and the only Xfree4 contributed packages are for 4.0. I will move on to 4.1 when Debian moves on, but as you know they are slower than a tired snail when it comes to new releases. I wonder how many other people use these 4.0 packages off: deb ftp://debian.cri74.org/debian-cri potato/contrib_luis_sismeiro main non-free -- Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/> ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 ` Robert Love 2001-12-07 23:32 ` Keith Owens @ 2001-12-08 11:35 ` Alan Cox 1 sibling, 0 replies; 26+ messages in thread From: Alan Cox @ 2001-12-08 11:35 UTC (permalink / raw) To: Robert Love; +Cc: Keith Owens, linux-ia64, lkml > > How long do people plan to keep drm 4.0 code in their versions of the > > kernel? > > For 2.5, there probably is no intention of keeping that around. But can > we honestly ditch it in the middle of a stable kernel? Personally I > don't use it, but its not polite ... I said it shouldn't have been ditched, Linus overruled. ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:20 Linux 2.4.17-pre6 drm-4.0 Keith Owens 2001-12-07 23:27 ` Robert Love @ 2001-12-07 23:38 ` David Mosberger 2001-12-08 0:25 ` Keith Owens 2001-12-08 11:35 ` Alan Cox 2 siblings, 1 reply; 26+ messages in thread From: David Mosberger @ 2001-12-07 23:38 UTC (permalink / raw) To: Keith Owens; +Cc: linux-ia64, lkml >>>>> On Sat, 08 Dec 2001 10:20:10 +1100, Keith Owens <kaos@ocs.com.au> said: Keith> On Fri, 7 Dec 2001 19:38:23 -0200 (BRST), Marcelo Tosatti Keith> <marcelo@conectiva.com.br> wrote: >> pre6: - direct render for some SiS cards (Torsten Duwe/Alan Cox) Keith> IA64 is still using the drm-4.0 code, as are the (possibly Keith> obsolete) -ac kernels. The drm 4.0 makefiles are a pain in Keith> the neck and I want to get rid of them asap. The SiS direct Keith> render is only for drm 4.1 so now is a good time to question Keith> if 4.0 is still required. Keith> How long do people plan to keep drm 4.0 code in their Keith> versions of the kernel? You mean for 2.5? I don't think there is a good reason to keep drm-4.0 there. For 2.4, we should keep it because there might be folks out there that rely on it. --david ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:38 ` [Linux-ia64] " David Mosberger @ 2001-12-08 0:25 ` Keith Owens 0 siblings, 0 replies; 26+ messages in thread From: Keith Owens @ 2001-12-08 0:25 UTC (permalink / raw) To: linux-ia64; +Cc: lkml On Fri, 7 Dec 2001 15:38:23 -0800, David Mosberger <davidm@hpl.hp.com> wrote: >You mean for 2.5? I don't think there is a good reason to keep >drm-4.0 there. For 2.4, we should keep it because there might be >folks out there that rely on it. Good. I will drop drm 4.0 support from kbuild 2.5. ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:20 Linux 2.4.17-pre6 drm-4.0 Keith Owens 2001-12-07 23:27 ` Robert Love 2001-12-07 23:38 ` [Linux-ia64] " David Mosberger @ 2001-12-08 11:35 ` Alan Cox 2001-12-08 12:31 ` [Linux-ia64] " Christoph Hellwig 2 siblings, 1 reply; 26+ messages in thread From: Alan Cox @ 2001-12-08 11:35 UTC (permalink / raw) To: Keith Owens; +Cc: linux-ia64, lkml > to get rid of them asap. The SiS direct render is only for drm 4.1 so > now is a good time to question if 4.0 is still required. That argument doesnt fly. The 4.0 DRM is the only working GMX renderer.. ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-08 11:35 ` Alan Cox @ 2001-12-08 12:31 ` Christoph Hellwig 2001-12-08 15:34 ` Alan Cox 0 siblings, 1 reply; 26+ messages in thread From: Christoph Hellwig @ 2001-12-08 12:31 UTC (permalink / raw) To: Alan Cox; +Cc: Keith Owens, linux-ia64, lkml On Sat, Dec 08, 2001 at 11:35:43AM +0000, Alan Cox wrote: > > to get rid of them asap. The SiS direct render is only for drm 4.1 so > > now is a good time to question if 4.0 is still required. > > That argument doesnt fly. The 4.0 DRM is the only working GMX renderer.. So what DRM can build out of tree easily - e.g. the Caldera LTP (3.1 early access) had a DRM package built completly out of tree. David, would you remove drm-4.0 from the ia64 patch if I'd do the work again and package an up-to-date and ia64-capable drm 4.0 out-of-tree? Christoph -- Of course it doesn't work. We've performed a software upgrade. ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-08 12:31 ` [Linux-ia64] " Christoph Hellwig @ 2001-12-08 15:34 ` Alan Cox 2001-12-09 16:42 ` Christoph Hellwig 0 siblings, 1 reply; 26+ messages in thread From: Alan Cox @ 2001-12-08 15:34 UTC (permalink / raw) To: Christoph Hellwig; +Cc: Alan Cox, Keith Owens, linux-ia64, lkml > So what DRM can build out of tree easily - e.g. the Caldera LTP > (3.1 early access) had a DRM package built completly out of tree. XFree86 4.0, 4.1, ... ship with the DRM kernel modules buildable from the XFree86 tree too ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-08 15:34 ` Alan Cox @ 2001-12-09 16:42 ` Christoph Hellwig 0 siblings, 0 replies; 26+ messages in thread From: Christoph Hellwig @ 2001-12-09 16:42 UTC (permalink / raw) To: Alan Cox; +Cc: Christoph Hellwig, Keith Owens, linux-ia64, lkml On Sat, Dec 08, 2001 at 03:34:38PM +0000, Alan Cox wrote: > > So what DRM can build out of tree easily - e.g. the Caldera LTP > > (3.1 early access) had a DRM package built completly out of tree. > > XFree86 4.0, 4.1, ... ship with the DRM kernel modules buildable from > the XFree86 tree too Been there, done that. Having seen the XFree build process this doesn't look like an option to me anymore. Also a separate tarball easyfies building a new set of modules for a new kernel a lot. Christoph -- Of course it doesn't work. We've performed a software upgrade. ^ permalink raw reply [flat|nested] 26+ messages in thread
* [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0
@ 2001-12-07 23:27 Robert Love
2001-12-07 23:32 ` Keith Owens
` (11 more replies)
0 siblings, 12 replies; 26+ messages in thread
From: Robert Love @ 2001-12-07 23:27 UTC (permalink / raw)
To: linux-ia64
On Fri, 2001-12-07 at 18:20, Keith Owens wrote:
> How long do people plan to keep drm 4.0 code in their versions of the
> kernel?
For 2.5, there probably is no intention of keeping that around. But can
we honestly ditch it in the middle of a stable kernel? Personally I
don't use it, but its not polite ...
Robert Love
^ permalink raw reply [flat|nested] 26+ messages in thread* [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love @ 2001-12-07 23:32 ` Keith Owens 2001-12-07 23:42 ` Robert Love ` (10 subsequent siblings) 11 siblings, 0 replies; 26+ messages in thread From: Keith Owens @ 2001-12-07 23:32 UTC (permalink / raw) To: linux-ia64 On 07 Dec 2001 18:27:11 -0500, Robert Love <rml@tech9.net> wrote: >On Fri, 2001-12-07 at 18:20, Keith Owens wrote: > >> How long do people plan to keep drm 4.0 code in their versions of the >> kernel? > >For 2.5, there probably is no intention of keeping that around. But can >we honestly ditch it in the middle of a stable kernel? Personally I >don't use it, but its not polite ... Linus ditched drm 4.0 months ago. It only survives in arch add on patches like ia64 and in -ac trees. ^ permalink raw reply [flat|nested] 26+ messages in thread
* [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love 2001-12-07 23:32 ` Keith Owens @ 2001-12-07 23:42 ` Robert Love 2001-12-08 0:12 ` Barry K. Nathan ` (9 subsequent siblings) 11 siblings, 0 replies; 26+ messages in thread From: Robert Love @ 2001-12-07 23:42 UTC (permalink / raw) To: linux-ia64 On Fri, 2001-12-07 at 18:32, Keith Owens wrote: > On 07 Dec 2001 18:27:11 -0500, Robert Love <rml@tech9.net> wrote: > >For 2.5, there probably is no intention of keeping that around. But can > >we honestly ditch it in the middle of a stable kernel? Personally I > >don't use it, but its not polite ... > Linus ditched drm 4.0 months ago. It only survives in arch add on > patches like ia64 and in -ac trees. I know. I meant we should continue to support the drm-4.0 package. It's the usual song ... we shouldn't change interfaces or required tools in a stable series, and the least we can do is make 4.0 available somehow, because someone may rely on it. On the flip side, I don't care, and I suspect the people who actually are using DRM are on 4.1 now. Further, if _you_ are maintaining the cruft and it bothers _you_, then stop :) Robert Love ^ permalink raw reply [flat|nested] 26+ messages in thread
* [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love 2001-12-07 23:32 ` Keith Owens 2001-12-07 23:42 ` Robert Love @ 2001-12-08 0:12 ` Barry K. Nathan 2001-12-08 11:35 ` Alan Cox ` (8 subsequent siblings) 11 siblings, 0 replies; 26+ messages in thread From: Barry K. Nathan @ 2001-12-08 0:12 UTC (permalink / raw) To: linux-ia64 > Linus ditched drm 4.0 months ago. It only survives in arch add on > patches like ia64 and in -ac trees. No, it also survives as an add-on tarball for the standard kernel: http://www.kernel.org/pub/linux/kernel/v2.4/drm-4.0.x.tar.bz2 Let me dig through my old mail so I can quote Linus on this... Here's what he said in his Linux 2.4.8 announcement message (Subject "Linux-2.4.8", sent on August 10th of this year): > Ok, this one has various VM niceness tweaks that have made some people > much happier. It also does a upgrade to the XFree86-4.1.x style DRM code, > which means that people with XFree86-4.0.x can no longer use the built-in > kernel DRM by default. > > However, never fear. It's actually very easy to get the old DRM code too: > if you used to use the standard kernel DRM and do not want to upgrade to a > new XFree86 setup, just get the "drm-4.0.x" package from the same place > you get the kernel from, and do > > - unpack the kernel > - cd linux/drivers/char > - unpack the "drm-4.0.x" package here > - mv drm new-drm > - mv drm-4.0.x drm > > and you should be all set. The impression I get (for 2.4) is that DRM 4.1 comes standard but you should still be able to use 4.0 if you want, via that tarball. -Barry K. Nathan <barryn@pobox.com> ^ permalink raw reply [flat|nested] 26+ messages in thread
* [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love ` (2 preceding siblings ...) 2001-12-08 0:12 ` Barry K. Nathan @ 2001-12-08 11:35 ` Alan Cox 2001-12-08 11:35 ` Alan Cox ` (7 subsequent siblings) 11 siblings, 0 replies; 26+ messages in thread From: Alan Cox @ 2001-12-08 11:35 UTC (permalink / raw) To: linux-ia64 > > How long do people plan to keep drm 4.0 code in their versions of the > > kernel? > > For 2.5, there probably is no intention of keeping that around. But can > we honestly ditch it in the middle of a stable kernel? Personally I > don't use it, but its not polite ... I said it shouldn't have been ditched, Linus overruled. ^ permalink raw reply [flat|nested] 26+ messages in thread
* [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love ` (3 preceding siblings ...) 2001-12-08 11:35 ` Alan Cox @ 2001-12-08 11:35 ` Alan Cox 2001-12-08 12:31 ` Christoph Hellwig ` (6 subsequent siblings) 11 siblings, 0 replies; 26+ messages in thread From: Alan Cox @ 2001-12-08 11:35 UTC (permalink / raw) To: linux-ia64 > to get rid of them asap. The SiS direct render is only for drm 4.1 so > now is a good time to question if 4.0 is still required. That argument doesnt fly. The 4.0 DRM is the only working GMX renderer.. ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love ` (4 preceding siblings ...) 2001-12-08 11:35 ` Alan Cox @ 2001-12-08 12:31 ` Christoph Hellwig 2001-12-08 15:34 ` Alan Cox ` (5 subsequent siblings) 11 siblings, 0 replies; 26+ messages in thread From: Christoph Hellwig @ 2001-12-08 12:31 UTC (permalink / raw) To: linux-ia64 On Sat, Dec 08, 2001 at 11:35:43AM +0000, Alan Cox wrote: > > to get rid of them asap. The SiS direct render is only for drm 4.1 so > > now is a good time to question if 4.0 is still required. > > That argument doesnt fly. The 4.0 DRM is the only working GMX renderer.. So what DRM can build out of tree easily - e.g. the Caldera LTP (3.1 early access) had a DRM package built completly out of tree. David, would you remove drm-4.0 from the ia64 patch if I'd do the work again and package an up-to-date and ia64-capable drm 4.0 out-of-tree? Christoph -- Of course it doesn't work. We've performed a software upgrade. ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love ` (5 preceding siblings ...) 2001-12-08 12:31 ` Christoph Hellwig @ 2001-12-08 15:34 ` Alan Cox 2001-12-09 16:42 ` Christoph Hellwig ` (4 subsequent siblings) 11 siblings, 0 replies; 26+ messages in thread From: Alan Cox @ 2001-12-08 15:34 UTC (permalink / raw) To: linux-ia64 > So what DRM can build out of tree easily - e.g. the Caldera LTP > (3.1 early access) had a DRM package built completly out of tree. XFree86 4.0, 4.1, ... ship with the DRM kernel modules buildable from the XFree86 tree too ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love ` (6 preceding siblings ...) 2001-12-08 15:34 ` Alan Cox @ 2001-12-09 16:42 ` Christoph Hellwig 2001-12-14 19:13 ` David Mosberger ` (3 subsequent siblings) 11 siblings, 0 replies; 26+ messages in thread From: Christoph Hellwig @ 2001-12-09 16:42 UTC (permalink / raw) To: linux-ia64 On Sat, Dec 08, 2001 at 03:34:38PM +0000, Alan Cox wrote: > > So what DRM can build out of tree easily - e.g. the Caldera LTP > > (3.1 early access) had a DRM package built completly out of tree. > > XFree86 4.0, 4.1, ... ship with the DRM kernel modules buildable from > the XFree86 tree too Been there, done that. Having seen the XFree build process this doesn't look like an option to me anymore. Also a separate tarball easyfies building a new set of modules for a new kernel a lot. Christoph -- Of course it doesn't work. We've performed a software upgrade. ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love ` (7 preceding siblings ...) 2001-12-09 16:42 ` Christoph Hellwig @ 2001-12-14 19:13 ` David Mosberger 2001-12-15 10:19 ` Christoph Hellwig ` (2 subsequent siblings) 11 siblings, 0 replies; 26+ messages in thread From: David Mosberger @ 2001-12-14 19:13 UTC (permalink / raw) To: linux-ia64 >>>>> On Sat, 8 Dec 2001 13:31:56 +0100, Christoph Hellwig <hch@caldera.de> said: Christoph> David, would you remove drm-4.0 from the ia64 patch if I'd do the work Christoph> again and package an up-to-date and ia64-capable drm 4.0 out-of-tree? In my opinion it's extremely bad style to remove drm-4.0 from the 2.4 kernel (remember, it's supposed to be a *stable* kernel series). As far as I know, there are binary-only drivers out there that work only with drm-4.0. I don't think it's fair to break someones working setup just because of a kernel upgrade. But if there is a good reason to remove it, I'm certainly willing to listen. My understanding is that for Keith it's good enough if drm-4.0 goes away in 2.5. --david ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love ` (8 preceding siblings ...) 2001-12-14 19:13 ` David Mosberger @ 2001-12-15 10:19 ` Christoph Hellwig 2001-12-17 16:14 ` Marcelo Tosatti 2001-12-17 22:46 ` Juan Quintela 11 siblings, 0 replies; 26+ messages in thread From: Christoph Hellwig @ 2001-12-15 10:19 UTC (permalink / raw) To: linux-ia64 On Fri, Dec 14, 2001 at 11:13:15AM -0800, David Mosberger wrote: > In my opinion it's extremely bad style to remove drm-4.0 from the 2.4 > kernel (remember, it's supposed to be a *stable* kernel series). Agreed. Stil I don't think specific ports should fix that up - this will sooner or later leed to a full fork. > As > far as I know, there are binary-only drivers out there that work only > with drm-4.0. I don't think it's fair to break someones working setup > just because of a kernel upgrade. _Any_ kernel update may break binary drivers. > But if there is a good reason to remove it, I'm certainly willing to > listen. My understanding is that for Keith it's good enough if > drm-4.0 goes away in 2.5. My opinion is that including the drm changes in the ia64 patch just makes the diff to handle much bigger. Marcelo, are you willing to put in drm 4.0 as option in 2.4.18 again? Christoph -- Of course it doesn't work. We've performed a software upgrade. ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love ` (9 preceding siblings ...) 2001-12-15 10:19 ` Christoph Hellwig @ 2001-12-17 16:14 ` Marcelo Tosatti 2001-12-17 22:46 ` Juan Quintela 11 siblings, 0 replies; 26+ messages in thread From: Marcelo Tosatti @ 2001-12-17 16:14 UTC (permalink / raw) To: linux-ia64 On Sat, 15 Dec 2001, Christoph Hellwig wrote: > On Fri, Dec 14, 2001 at 11:13:15AM -0800, David Mosberger wrote: > > In my opinion it's extremely bad style to remove drm-4.0 from the 2.4 > > kernel (remember, it's supposed to be a *stable* kernel series). > > Agreed. Stil I don't think specific ports should fix that up - this > will sooner or later leed to a full fork. > > > As > > far as I know, there are binary-only drivers out there that work only > > with drm-4.0. I don't think it's fair to break someones working setup > > just because of a kernel upgrade. > > _Any_ kernel update may break binary drivers. > > > But if there is a good reason to remove it, I'm certainly willing to > > listen. My understanding is that for Keith it's good enough if > > drm-4.0 goes away in 2.5. > > My opinion is that including the drm changes in the ia64 patch just makes > the diff to handle much bigger. > > Marcelo, are you willing to put in drm 4.0 as option in 2.4.18 again? Why would I ? What is wrong with the current drm version ? ^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [Linux-ia64] Re: Linux 2.4.17-pre6 drm-4.0 2001-12-07 23:27 Robert Love ` (10 preceding siblings ...) 2001-12-17 16:14 ` Marcelo Tosatti @ 2001-12-17 22:46 ` Juan Quintela 11 siblings, 0 replies; 26+ messages in thread From: Juan Quintela @ 2001-12-17 22:46 UTC (permalink / raw) To: linux-ia64 >>>>> "marcelo" = Marcelo Tosatti <marcelo@conectiva.com.br> writes: marcelo> On Sat, 15 Dec 2001, Christoph Hellwig wrote: >> On Fri, Dec 14, 2001 at 11:13:15AM -0800, David Mosberger wrote: >> > In my opinion it's extremely bad style to remove drm-4.0 from the 2.4 >> > kernel (remember, it's supposed to be a *stable* kernel series). >> >> Agreed. Stil I don't think specific ports should fix that up - this >> will sooner or later leed to a full fork. >> >> > As >> > far as I know, there are binary-only drivers out there that work only >> > with drm-4.0. I don't think it's fair to break someones working setup >> > just because of a kernel upgrade. >> >> _Any_ kernel update may break binary drivers. >> >> > But if there is a good reason to remove it, I'm certainly willing to >> > listen. My understanding is that for Keith it's good enough if >> > drm-4.0 goes away in 2.5. >> >> My opinion is that including the drm changes in the ia64 patch just makes >> the diff to handle much bigger. >> >> Marcelo, are you willing to put in drm 4.0 as option in 2.4.18 again? marcelo> Why would I ? marcelo> What is wrong with the current drm version ? That you need to have XFree 4.1 installed, if you have XFree4.0, then you can't have drm :( Yes, that drm is incompatible sucks :( Later, Juan. -- In theory, practice and theory are the same, but in practice they are different -- Larry McVoy ^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2001-12-17 22:46 UTC | newest] Thread overview: 26+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2001-12-07 23:20 Linux 2.4.17-pre6 drm-4.0 Keith Owens 2001-12-07 23:27 ` Robert Love 2001-12-07 23:32 ` Keith Owens 2001-12-07 23:42 ` Robert Love 2001-12-08 0:12 ` Barry K. Nathan 2001-12-08 1:03 ` Eyal Lebedinsky 2001-12-08 11:35 ` Alan Cox 2001-12-07 23:38 ` [Linux-ia64] " David Mosberger 2001-12-08 0:25 ` Keith Owens 2001-12-08 11:35 ` Alan Cox 2001-12-08 12:31 ` [Linux-ia64] " Christoph Hellwig 2001-12-08 15:34 ` Alan Cox 2001-12-09 16:42 ` Christoph Hellwig -- strict thread matches above, loose matches on Subject: below -- 2001-12-07 23:27 Robert Love 2001-12-07 23:32 ` Keith Owens 2001-12-07 23:42 ` Robert Love 2001-12-08 0:12 ` Barry K. Nathan 2001-12-08 11:35 ` Alan Cox 2001-12-08 11:35 ` Alan Cox 2001-12-08 12:31 ` Christoph Hellwig 2001-12-08 15:34 ` Alan Cox 2001-12-09 16:42 ` Christoph Hellwig 2001-12-14 19:13 ` David Mosberger 2001-12-15 10:19 ` Christoph Hellwig 2001-12-17 16:14 ` Marcelo Tosatti 2001-12-17 22:46 ` Juan Quintela
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.