Keith Whitwell wrote:
> Jeff, Others,
>
> I've been reviewing the work in the 3.5 branch for backwards compatibility
> and to me it looks like we can do it with a lot less effort. Here's what I'm
> proposing, in one simple sentence:
>
> Instigate a rule where any released ioctl will alwa
Well, the good news are that, with your help, I got it working. Turns out
it was not working ealier because:
a) the struct in bmaster.c file is specific to the example,
in particular, the name of the fields is way off.
b) VIPH is only for transfers to/from VIP
On Sun, 14 Oct 2001, Keith Whitwell wrote:
> On Sun, 14 Oct 2001 14:31, [EMAIL PROTECTED] wrote:
> > On Sun, 14 Oct 2001, Keith Whitwell wrote:
> > > On Sun, 14 Oct 2001 12:59, [EMAIL PROTECTED] wrote:
> > > > On Sun, 14 Oct 2001, Keith Whitwell wrote:
> > > > > > Are you sure ? I am asking bec
On Sun, 14 Oct 2001 14:31, [EMAIL PROTECTED] wrote:
> On Sun, 14 Oct 2001, Keith Whitwell wrote:
> > On Sun, 14 Oct 2001 12:59, [EMAIL PROTECTED] wrote:
> > > On Sun, 14 Oct 2001, Keith Whitwell wrote:
> > > > > Are you sure ? I am asking because there are newer cards with
> > > > > 64megs of RAM
On Sun, 14 Oct 2001, Keith Whitwell wrote:
> On Sun, 14 Oct 2001 12:59, [EMAIL PROTECTED] wrote:
> > On Sun, 14 Oct 2001, Keith Whitwell wrote:
> > > > Are you sure ? I am asking because there are newer cards with 64megs of
> > > > RAM and they way AGP was marketed is to allow to extend the amo
El Dom 14 Oct 2001 14:32, Jouko Pynnönen escribió:
> I got an Acer Travelmate laptop this week and would like to see 3d
> acceleration on it, so i tried tweaking with the mach64 branch.
>
> There was a minor issue with up() and down() which caused a kernel oops.
> After fixing that, I commented ou
On Sun, 14 Oct 2001, Manuel Teira wrote:
> Hello again.
>
> First of all, I think that Jouko success putting to work the old mach64
> branch points that there must be some difference in the 2D card
> initialization. I'll try to look deeper in the 2D driver issues.
Actually Manuel, I'm working f
Hello again.
First of all, I think that Jouko success putting to work the old mach64
branch points that there must be some difference in the 2D card
initialization. I'll try to look deeper in the 2D driver issues.
The second point is that I've migrated the mach64 changes to a fresh DRI
trun
On Sun, 14 Oct 2001 12:59, [EMAIL PROTECTED] wrote:
> On Sun, 14 Oct 2001, Keith Whitwell wrote:
> > > Are you sure ? I am asking because there are newer cards with 64megs of
> > > RAM and they way AGP was marketed is to allow to extend the amount of
> > > offscreen memory..
> >
> > The agp apertu
On Sun, 14 Oct 2001 12:59, [EMAIL PROTECTED] wrote:
> On Sun, 14 Oct 2001, Keith Whitwell wrote:
> > > Are you sure ? I am asking because there are newer cards with 64megs of
> > > RAM and they way AGP was marketed is to allow to extend the amount of
> > > offscreen memory..
> >
> > The agp apertu
On Sun, 14 Oct 2001 12:59, [EMAIL PROTECTED] wrote:
> On Sun, 14 Oct 2001, Keith Whitwell wrote:
> > > Are you sure ? I am asking because there are newer cards with 64megs of
> > > RAM and they way AGP was marketed is to allow to extend the amount of
> > > offscreen memory..
> >
> > The agp apertu
On Sun, 14 Oct 2001, Keith Whitwell wrote:
>
> >
> > Are you sure ? I am asking because there are newer cards with 64megs of
> > RAM and they way AGP was marketed is to allow to extend the amount of
> > offscreen memory..
>
> The agp aperture is implemented on the motherboard, nothing to do w
> >
> > I hope I've explained a little better above. You map the agp region into
> > the process virtual address space useing drmAddMap/drmMap, then just get
> > a regular old pointer that you can write to and read from (but reads are
> > very slow because agp is uncached)
>
> Wait a moment - I
>
> Are you sure ? I am asking because there are newer cards with 64megs of
> RAM and they way AGP was marketed is to allow to extend the amount of
> offscreen memory..
The agp aperture is implemented on the motherboard, nothing to do with which
video card you plug in. Some newer chipsets appa
On Sun, 14 Oct 2001, Keith Whitwell wrote:
>
> > Yep. What I was trying to understand is that, since I already setup my own
> > region, what can I do to it ? For example, how do I get to "AGP
> > space" addresses (as oppposed to physical or virtual).
>
> Userspace programs always deal in virt
> Yep. What I was trying to understand is that, since I already setup my own
> region, what can I do to it ? For example, how do I get to "AGP
> space" addresses (as oppposed to physical or virtual).
Userspace programs always deal in virtual addresses. You need to map the
section of agp space
I got an Acer Travelmate laptop this week and would like to see 3d
acceleration on it, so i tried tweaking with the mach64 branch.
There was a minor issue with up() and down() which caused a kernel oops.
After fixing that, I commented out some code in mach64_do_dma_init() which
doesn't seem to w
On Sat, 13 Oct 2001, Keith Whitwell wrote:
>
> > Well, this explains some things - but not all of them. Perhaps you can
> > point out to me where I am wrong ?
> >
> > First of all, how PCI scatter-gather works: instead of having one
> > physically contiguous buffer to DMA in/out, we have a l
18 matches
Mail list logo