Re: Unable to continue testing of 2.6.25

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andi Kleen <andi@...>
Cc: Andi Kleen <andi@...>, Frans Pop <elendil@...>, <linux-kernel@...>, Linus Torvalds <torvalds@...>
Date: Monday, February 18, 2008 - 2:32 pm

On Mon, 18 Feb 2008 19:52:28 +0100
Andi Kleen <andi@firstfloor.org> wrote:


they use a cached mapping and use clflush for the cases they want to be sure
the GPU sees the data. This turns out to be faster than WC.
(think "double to tripple digit percentage")

 

since then the graphics programming paradigm has changed as well;
WC is really bad for reading data no matter what; it focuses on group writes 
so that you don't get one transaction per write, but reads are extremely slow.
And apparently in the current graphics systems (with "composite" and the like)
all of this stuff doesn't get used anymore. Instead they use cached mappings,
acceleration engines etc.


depends on which driver. The new generation Intel graphics ones don't.
I doubt the proprietary ones do either, those are even more performance tuned.
I understand that the radeon driver is doing or going to do something similar to the
Intel driver as well.


the X drivers need to do what is best; the ones with acceleration use WB nowadays.
(For the Intel driver that is somewhat recent, so it could be that your distro
doesn't do that yet).



-- 
If you want to reach me at my work email, use arjan@linux.intel.com
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Unable to continue testing of 2.6.25, Frans Pop, (Sun Feb 17, 5:25 am)
Re: Unable to continue testing of 2.6.25, Arjan van de Ven, (Sun Feb 17, 4:46 pm)
Re: Unable to continue testing of 2.6.25, Andi Kleen, (Mon Feb 18, 8:31 am)
Re: Unable to continue testing of 2.6.25, Arjan van de Ven, (Mon Feb 18, 12:50 pm)
Re: Unable to continue testing of 2.6.25, Andi Kleen, (Mon Feb 18, 1:11 pm)
Re: Unable to continue testing of 2.6.25, Arjan van de Ven, (Mon Feb 18, 1:32 pm)
Re: Unable to continue testing of 2.6.25, Roland Dreier, (Mon Feb 18, 2:53 pm)
Re: Unable to continue testing of 2.6.25, Arjan van de Ven, (Mon Feb 18, 3:07 pm)
Re: Unable to continue testing of 2.6.25, Roland Dreier, (Mon Feb 18, 3:18 pm)
Re: Unable to continue testing of 2.6.25, Siddha, Suresh B, (Tue Feb 19, 3:42 pm)
Re: Unable to continue testing of 2.6.25, Alan Cox, (Mon Feb 18, 2:40 pm)
Re: Unable to continue testing of 2.6.25, Arjan van de Ven, (Mon Feb 18, 2:52 pm)
Re: Unable to continue testing of 2.6.25, Alan Cox, (Mon Feb 18, 4:15 pm)
Re: Unable to continue testing of 2.6.25, Andi Kleen, (Mon Feb 18, 2:52 pm)
Re: Unable to continue testing of 2.6.25, Ingo Molnar, (Mon Feb 18, 3:18 pm)
Re: Unable to continue testing of 2.6.25, Andi Kleen, (Tue Feb 19, 5:35 am)
Re: Unable to continue testing of 2.6.25, Arjan van de Ven, (Mon Feb 18, 2:32 pm)
Re: Unable to continue testing of 2.6.25, Adrian Bunk, (Sun Feb 17, 9:16 am)
Re: Unable to continue testing of 2.6.25, Frans Pop, (Tue Feb 19, 5:55 pm)
Re: Unable to continue testing of 2.6.25, Adrian Bunk, (Tue Feb 19, 6:19 pm)
Re: Unable to continue testing of 2.6.25, Frans Pop, (Tue Feb 19, 6:49 pm)
Re: Unable to continue testing of 2.6.25, Harvey Harrison, (Tue Feb 19, 6:15 pm)
Re: Unable to continue testing of 2.6.25, Arjan van de Ven, (Tue Feb 19, 5:59 pm)
Re: Unable to continue testing of 2.6.25, Tilman Schmidt, (Sun Feb 17, 3:24 pm)
Re: Unable to continue testing of 2.6.25, David Miller, (Sun Feb 17, 10:33 pm)
Re: Unable to continue testing of 2.6.25, Andi Kleen, (Mon Feb 18, 8:27 am)
Re: Unable to continue testing of 2.6.25, Tilman Schmidt, (Mon Feb 18, 7:40 am)
Re: Unable to continue testing of 2.6.25, Adrian Bunk, (Sun Feb 17, 3:44 pm)
Re: Unable to continue testing of 2.6.25, Paul Jackson, (Sun Feb 17, 4:38 pm)
Re: Unable to continue testing of 2.6.25, Arjan van de Ven, (Sun Feb 17, 4:51 pm)
Re: Unable to continue testing of 2.6.25, Frans Pop, (Tue Feb 19, 6:41 pm)