[Dri-devel] Sorta OT: Congrats on DRI success & Block Diagram & Feature Checklists (Doc) proposals.

2001-12-07 Thread smitty
Howzit? First let me thank you for DRI bringing 3D to my Linx box, its been a while but the wait was worth it. Mandrake Linux obviously follows DRI. I have the following proposals regarding the Documentation of the DRI project. Firstly a block diagram showing how the the various aspects of 3D

[Dri-devel] Re: [Xpert][patch] Mach64 tv-out

2001-12-07 Thread Leif Delgass
Oops, slight typo in comment: -/* Set DBE mode for TV out */ +/* Set VBE mode for TV out */ Hey, it was late and you get the idea... ;) --Leif On Fri, 7 Dec 2001 [EMAIL PROTECTED] wrote: > > Ahh, wonderful - thanks ! > > Vladimir Dergachev > > On Fri,

Re: [Dri-devel] [patch] encapsulate AGP/GART mask bits

2001-12-07 Thread Alan Hourihane
On Fri, Dec 07, 2001 at 02:35:41AM +0100, Alexander Stohr wrote: > OT: > Does someone know about Jeff Hartmann? Is he well and up again? > Jeff is off doing other things now. I'm not sure if he's even on the mailing list anymore. Alan. ___ Dri-devel m

Re: [Dri-devel] [patch] encapsulate AGP/GART mask bits

2001-12-07 Thread Bjorn Helgaas
On Thursday 06 December 2001 6:35 pm, Alexander Stohr wrote: > So far as i have seen your patch, i only feel a bit unsure on what > problems that PAGE_MASK_INTERFACE changes might raise. It is part > of the exported symbol/function agp_copy_info(), even if only of > use between front and backend,

[Dri-devel] Re: [Xpert][patch] Mach64 tv-out

2001-12-07 Thread volodya
Ahh, wonderful - thanks ! Vladimir Dergachev On Fri, 7 Dec 2001, Leif Delgass wrote: > I've adapted the experimental tvout code for Radeon/r128 in gatos cvs to > Mach64 and I'm atttaching the patch (can be applied to atimode.c in ati.2 > or the mach64 DRI branch).

[Dri-devel] [patch] Mach64 tv-out

2001-12-07 Thread Leif Delgass
I've adapted the experimental tvout code for Radeon/r128 in gatos cvs to Mach64 and I'm atttaching the patch (can be applied to atimode.c in ati.2 or the mach64 DRI branch). It works for me, but it has the same problem of garbling the text console and mode switching with Ctl-Atl-+/- doesn't work

RE: [Dri-devel] Radeon QD PCI (Solved)

2001-12-07 Thread Bow-Yaw Wang
--- Alexander Stohr <[EMAIL PROTECTED]> wrote: > > But it hangs with a blank screen. > > I can only do CTRL-ALT-DEL to restart the machine. > > You might be able to log into your computer via > telnet or ssh. Then you will have the chance to > analyze what went wrong in that particular moment.

Re: [Dri-devel] [patch] encapsulate AGP/GART mask bits

2001-12-07 Thread Bjorn Helgaas
On Friday 07 December 2001 2:09 am, Keith Whitwell wrote: > What are the goals of your patch? Is it a cleanup, or is there > something deeper you hope to gain? Yes, I should have made the goal clearer. This section of the diff is the relevant piece: --- linux+ia64/drivers/char/drm/drm_vm.h

[Dri-devel] agpgart & i810 & agp_bridge.gatt_table question

2001-12-07 Thread Abraham vd Merwe
Hi! What is agp_bridge.gatt_table used for on the Intel 810 series? Looking at agpgart_be.c, it seems either 64k or 32k is allocated (depending on the value of MISCC register) and all the entries is set to the scratch page for i810, but that gatt table is never used except in intel_i810_insert_e

[Dri-devel] Random receival of this list mail

2001-12-07 Thread Jose Fonseca
Lately I've been receiving this list mail in random order, e.g., it happens quite frequently I receive replies before the questions and I'm still receiving yesterday mail! The mail comes with the correct time, so eventually I get the "whole picture" but it is very annoying because I don't feel ab

Re: [Dri-devel] [patch] encapsulate AGP/GART mask bits

2001-12-07 Thread Keith Whitwell
Bjorn Helgaas wrote: > > In the Linux AGP/GART driver, the agp_memory struct contains a memory[] > array with the physical address of every page in the block. > > Currently, the elements of the memory[] array are the actual values put > into the GATT, i.e., they contain the valid bit and any oth