2004-01-07 15:39:40

by Marek Habersack

[permalink] [raw]
Subject: radeonfb and highmem?

Hey list,

I was trying to find a patch fixing the problem of radeonfb with highmem,
but failed miserably. Is there any patch out there that deals with the
problem for 2.6.x?

TIA,

marek


Attachments:
(No filename) (190.00 B)
signature.asc (189.00 B)
Digital signature
Download all attachments

2004-01-07 16:19:12

by Damian Kolkowski

[permalink] [raw]
Subject: Re: radeonfb and highmem?

* Marek Habersack <[email protected]> [2004-01-07 16:44]:
> I was trying to find a patch fixing the problem of radeonfb with highmem,
> but failed miserably. Is there any patch out there that deals with the
> problem for 2.6.x?

Hi ther,

I don't know is there something like this, but I join with your problem and
ask for:

1. Patch for svgalib on radeon_9000 (rv250if and above).
2. Patch for fglrx ATI binary module when hardware rendering is on.

Take care.

--
# Damian *dEiMoS* Ko?kowski # http://kolkowski.no-ip.org/ #


Attachments:
(No filename) (531.00 B)
(No filename) (189.00 B)
Download all attachments

2004-01-07 17:09:46

by James Simmons

[permalink] [raw]
Subject: Re: radeonfb and highmem?


This is because of the radeonfb driver ioremapping the framebuffer memeory
whichcan be really big. Once the driver is fully accelerated then we can
remove the ioremap function in the driver.


On Wed, 7 Jan 2004, Marek Habersack wrote:

> Hey list,
>
> I was trying to find a patch fixing the problem of radeonfb with highmem,
> but failed miserably. Is there any patch out there that deals with the
> problem for 2.6.x?
>
> TIA,
>
> marek
>

2004-01-07 17:17:30

by Marek Habersack

[permalink] [raw]
Subject: Re: radeonfb and highmem?

On Wed, Jan 07, 2004 at 05:09:39PM +0000, James Simmons scribbled:
>
> This is because of the radeonfb driver ioremapping the framebuffer memeory
> whichcan be really big. Once the driver is fully accelerated then we can
> remove the ioremap function in the driver.
I see, is there any ETA for that to happen? And, if you need some testing -
I will be glad to help

thanks,

marek


Attachments:
(No filename) (384.00 B)
signature.asc (189.00 B)
Digital signature
Download all attachments

2004-01-07 17:41:18

by James Simmons

[permalink] [raw]
Subject: Re: radeonfb and highmem?


> > This is because of the radeonfb driver ioremapping the framebuffer memeory
> > whichcan be really big. Once the driver is fully accelerated then we can
> > remove the ioremap function in the driver.
> I see, is there any ETA for that to happen? And, if you need some testing -
> I will be glad to help

In the next few weeks.