Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 1997 10:13:31 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Charles Henrich <henrich@crh.cl.msu.edu>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Faster X Updates 
Message-ID:  <199711191813.KAA01443@rah.star-gate.com>
In-Reply-To: Your message of "Wed, 19 Nov 1997 10:19:19 EST." <19971119101919.49668@crh.cl.msu.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help

For pentium pro and pentium II systems you can enable write combine 
for your display buffer . this is what I do for my matrox millenium
frame buffer. Do a netsearch on fastvid for an explanation on 
PCI write combinining . 

	wrmsr(0x204, 0xf9800001);
	wrmsr(0x205, 0xffc00000 | 0x800);

You can get the details on the above instructions from the Pentium Pro's
developers manual, chapter 11. the full manual is at:
ftp://rah.star-gate.com/pub/242692_1.pdf

The above hack can boot your frame buffer thruput from 20MB/sec to 
90MB/sec

	Good Luck,
	Amancio





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711191813.KAA01443>