* Compile error: DRM without AGP in 2.4.0
@ 2001-01-11 17:16 Giacomo Catenazzi
2001-01-11 17:38 ` Robert M. Love
0 siblings, 1 reply; 7+ messages in thread
From: Giacomo Catenazzi @ 2001-01-11 17:16 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
Here a valid configuration (no AGP, but all DRM set)
compiling [2.4.0]:
r128_cce.c: In function `r128_cce_init_ring_buffer':
r128_cce.c:339: structure has no member named `agp'
r128_cce.c:333: warning: `ring_start' might be used uninitialized in
this function
r128_cce.c: In function `r128_cce_packet':
r128_cce.c:1023: warning: unused variable `size'
r128_cce.c:1021: warning: unused variable `buffer'
r128_cce.c:1019: warning: unused variable `dev_priv'
giacomo
PS: This bug is not on my machine. It is reported via IRC,
so I cannot include to much info...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Compile error: DRM without AGP in 2.4.0
2001-01-11 17:16 Compile error: DRM without AGP in 2.4.0 Giacomo Catenazzi
@ 2001-01-11 17:38 ` Robert M. Love
2001-01-11 18:18 ` Matthew D. Pitts
0 siblings, 1 reply; 7+ messages in thread
From: Robert M. Love @ 2001-01-11 17:38 UTC (permalink / raw)
To: Giacomo Catenazzi; +Cc: linux-kernel@vger.kernel.org
On Thu, 11 Jan 2001, Giacomo Catenazzi spoke:
> Here a valid configuration (no AGP, but all DRM set)
> compiling [2.4.0]:
> [...]
DRM requires AGPGART.
--
Robert M. Love
rml@ufl.edu
rml@tech9.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Compile error: DRM without AGP in 2.4.0
2001-01-11 17:38 ` Robert M. Love
@ 2001-01-11 18:18 ` Matthew D. Pitts
2001-01-11 18:18 ` Michael Meding
2001-01-11 18:23 ` Alan Cox
0 siblings, 2 replies; 7+ messages in thread
From: Matthew D. Pitts @ 2001-01-11 18:18 UTC (permalink / raw)
To: Robert M. Love, Giacomo Catenazzi; +Cc: linux-kernel
Robert,
> On Thu, 11 Jan 2001, Giacomo Catenazzi spoke:
> > Here a valid configuration (no AGP, but all DRM set)
> > compiling [2.4.0]:
> > [...]
>
> DRM requires AGPGART.
What if your motherboard doesn't have an AGP slot? I'm running an older
Micro Star pentium with a ATI All-in-Wonder with the Rage 128 chipset.
Matthew
mpitts@suite224.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Compile error: DRM without AGP in 2.4.0
2001-01-11 18:18 ` Matthew D. Pitts
@ 2001-01-11 18:18 ` Michael Meding
2001-01-11 18:23 ` Alan Cox
1 sibling, 0 replies; 7+ messages in thread
From: Michael Meding @ 2001-01-11 18:18 UTC (permalink / raw)
To: Matthew D. Pitts; +Cc: linux-kernel
On Thursday, 11. January 2001 19:18, Matthew D. Pitts wrote:
> Robert,
>
> > On Thu, 11 Jan 2001, Giacomo Catenazzi spoke:
> > > Here a valid configuration (no AGP, but all DRM set)
> > > compiling [2.4.0]:
> > > [...]
> >
> > DRM requires AGPGART.
>
> What if your motherboard doesn't have an AGP slot? I'm running an older
> Micro Star pentium with a ATI All-in-Wonder with the Rage 128 chipset.
>
> Matthew
> mpitts@suite224.net
Hi,
then you are out of luck, until the pcigart is finished. Or use another
vidcard like the voodoo. IMHO they don't need AGPGART.
Greetings,
Michael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Compile error: DRM without AGP in 2.4.0
2001-01-11 18:18 ` Matthew D. Pitts
2001-01-11 18:18 ` Michael Meding
@ 2001-01-11 18:23 ` Alan Cox
2001-01-11 19:25 ` Bill Nottingham
1 sibling, 1 reply; 7+ messages in thread
From: Alan Cox @ 2001-01-11 18:23 UTC (permalink / raw)
To: Matthew D. Pitts; +Cc: Robert M. Love, Giacomo Catenazzi, linux-kernel
> What if your motherboard doesn't have an AGP slot? I'm running an older
> Micro Star pentium with a ATI All-in-Wonder with the Rage 128 chipset.
Then I believe you cant use direct render right now
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Compile error: DRM without AGP in 2.4.0
2001-01-11 18:23 ` Alan Cox
@ 2001-01-11 19:25 ` Bill Nottingham
0 siblings, 0 replies; 7+ messages in thread
From: Bill Nottingham @ 2001-01-11 19:25 UTC (permalink / raw)
To: Alan Cox
Cc: Matthew D. Pitts, Robert M. Love, Giacomo Catenazzi, linux-kernel
Alan Cox (alan@lxorguk.ukuu.org.uk) said:
> > What if your motherboard doesn't have an AGP slot? I'm running an older
> > Micro Star pentium with a ATI All-in-Wonder with the Rage 128 chipset.
>
> Then I believe you cant use direct render right now
In 4.0.1 r128 DRM sort of worked with a PCI card in an agpgart-supported
motherboard. But not well.
Bill
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <Pine.LNX.4.21.0101111424290.23870-100000@fint.staticky.com>]
end of thread, other threads:[~2001-01-11 19:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-11 17:16 Compile error: DRM without AGP in 2.4.0 Giacomo Catenazzi
2001-01-11 17:38 ` Robert M. Love
2001-01-11 18:18 ` Matthew D. Pitts
2001-01-11 18:18 ` Michael Meding
2001-01-11 18:23 ` Alan Cox
2001-01-11 19:25 ` Bill Nottingham
[not found] <Pine.LNX.4.21.0101111424290.23870-100000@fint.staticky.com>
2001-01-11 18:40 ` Matthew D. Pitts
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox