Radeon DRM GART mapping bogosity

2005-05-02 Thread Benjamin Herrenschmidt
Hi ! The radeon DRM has some interesting bug that paul and I discovered to cause all sort of problems like crashing the machine on suspend/resume (go figure ...) etc... dev_priv->gart_vm_start = dev_priv->fb_location + RADEON_READ( RADEON_CONFIG_APER_SIZE )

Re: need help writing driver for SiS m650

2005-05-02 Thread Cenk Oguz
On Mon, May 02, 2005 at 01:27:55PM -0400, The Slash wrote: > well since there is no DRI support for the SiS m650, and according to > what I heard there never will be, I have decided to write my own. I > have never written my own driver before, and I'm a little confused as > to where to begin. I kno

SiS 730S problems

2005-05-02 Thread Tomas Groth
Hi, I'm having a problem with the DRI driver for SiS 730S... I've set it up using the howto at http://www.winischhofer.at/linuxsisvga.shtml, except i've set Option "MaxXFBMem" "4096" since there only seems to be 8mb videoram, and if the framebuffer gets it all DRI can't do anything. There is

Re: need help writing driver for SiS m650

2005-05-02 Thread Adam Jackson
On Monday 02 May 2005 13:27, The Slash wrote: > well since there is no DRI support for the SiS m650, and according to > what I heard there never will be, I have decided to write my own. I > have never written my own driver before, and I'm a little confused as > to where to begin. I know that SiS do

Re: newbie question - ARM support

2005-05-02 Thread Adam Jackson
On Monday 02 May 2005 09:56, David Kesselring wrote: > When looking at the Mesa source I see processor specific directories in > Mesa-x.x.x/src/mesa. I see x86,sparc,ppc. What happens in a build for ARM? The processor-specific subdirs are only built if you selected that processor's config at make

Re: [Mesa3d-dev] update on GL_EXT_framebuffer_object work

2005-05-02 Thread Dieter Nützel
Am Montag, 2. Mai 2005 16:56 schrieb Brian Paul: > This weekend I finished updating the DRI drivers to work with the new > framebuffer/renderbuffer changes. My DRI test system is terribly out > of date so I haven't run any tests. I'm tempted to just check in the > changes now and help people fix

Re: newbie question - ARM support

2005-05-02 Thread Jerome Glisse
On 5/2/05, David Kesselring <[EMAIL PROTECTED]> wrote: > When looking at the Mesa source I see processor specific directories in > Mesa-x.x.x/src/mesa. I see x86,sparc,ppc. What happens in a build for ARM? It uses the c version not the asm optimized functions. If i'm not wrong arm proc doesn't hav

Re: [Mesa3d-dev] update on GL_EXT_framebuffer_object work

2005-05-02 Thread Brian Paul
This weekend I finished updating the DRI drivers to work with the new framebuffer/renderbuffer changes. My DRI test system is terribly out of date so I haven't run any tests. I'm tempted to just check in the changes now and help people fix any problems that arise, rather than spend a few days

Re: need help writing driver for SiS m650

2005-05-02 Thread Jerome Glisse
On 5/2/05, The Slash <[EMAIL PROTECTED]> wrote: > well since there is no DRI support for the SiS m650, and according to > what I heard there never will be, I have decided to write my own. I > have never written my own driver before, and I'm a little confused as > to where to begin. I know that SiS

newbie question - ARM support

2005-05-02 Thread David Kesselring
When looking at the Mesa source I see processor specific directories in Mesa-x.x.x/src/mesa. I see x86,sparc,ppc. What happens in a build for ARM? Thanks, David Kesselring Atmel MMC [EMAIL PROTECTED] 919-462-6587 --- This SF.Net email is spons

need help writing driver for SiS m650

2005-05-02 Thread The Slash
well since there is no DRI support for the SiS m650, and according to what I heard there never will be, I have decided to write my own. I have never written my own driver before, and I'm a little confused as to where to begin. I know that SiS does not normally distribute there hardware specs, so i