mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 0/2] reduce agpgart memory allocation time
@ 2008-08-04  6:51 Shaohua Li
  2008-08-04  6:53 ` Dave Airlie
  0 siblings, 1 reply; 4+ messages in thread
From: Shaohua Li @ 2008-08-04  6:51 UTC (permalink / raw)
  To: lkml; +Cc: airlied, Andrew Morton, Ingo Molnar, Arjan van de Ven

agpgart memory allocation is quite expensive. For each page agpgart
allocated, it changes the page to uc and as result flush tlb/cache for
the page. In my test, Intel Xorg driver takes about 0.2s for a 32M 3D
fb, and the total time for memory allocation is about 0.33s when intel
xorg driver initializes. Below patches fix the gap. It can reduce the
time to 0.03s, so xserver can boot 0.3s faster.

Thanks,
Shaohua


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-08-04 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-04  6:51 [patch 0/2] reduce agpgart memory allocation time Shaohua Li
2008-08-04  6:53 ` Dave Airlie
2008-08-04  7:14   ` Shaohua Li
2008-08-04 13:42     ` Arjan van de Ven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome