[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] early_cpu_init() and identify_cpu()



> significant (though I assume WC would at best help a little, I'm considering
> other approaches, too): Scrolling a 1280x1024x16 screen takes, on the test
> system I'm primarily trying this out on, on the order of a second. This is

A lot of work on this has been done in X by the X and Gnome developers
including producing some routines which use the largest possible aligned
loads to reduce the big cost (which is PCI reads). Having a write
combining video memory can help (but some cards also put stuff like
command queues there which X cannot WC).

It is usually much cheaper to simply rewrite a text display onto a
framebuffer than scroll it as you can avoid any PCI read traffic so you
get streaming WC writes (or async sse writes even without that). Even
more so when you skip unchanged quadwords.

Alan

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.