<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/drm/drm_memory.h, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-04-16T03:44:47Z</updated>
<entry>
<title>Update to DRM CVS as of 2005-04-12, bringing many changes:</title>
<updated>2005-04-16T03:44:47Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2005-04-16T03:44:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8aa843c63a4db42e057fb590e6cbffe2686a644'/>
<id>urn:sha1:b8aa843c63a4db42e057fb590e6cbffe2686a644</id>
<content type='text'>
- Split core DRM routines back into their own module, rather than using the
  nasty templated system like before.
- Development-class R300 support in radeon driver (requires userland pieces, of
  course).
- Mach64 driver (haven't tested in a while -- my mach64s no longer fit in the
  testbox).  Covers Rage Pros, Rage Mobility P/M, Rage XL, and some others.
- i915 driver files, which just need to get drm_drv.c fixed to allow attachment
  to the drmsub device.  Covers i830 through i915 integrated graphics.
- savage driver files, which should require minimal changes to work.  Covers the
  Savage3D, Savage IX/MX, Savage 4, ProSavage.
- Support for color and texture tiling and HyperZ features of Radeon.

Thanks to:	scottl (much p4 handholding)
		Jung-uk Kim (helpful prodding)
PR:		[1] kern/76879, [2] kern/72548
Submitted by:	[1] Alex, lesha at intercaf dot ru
		[2] Shaun Jurrens, shaun at shamz dot net
</content>
</entry>
<entry>
<title>Start each of the license/copyright comments with /*-, minor shuffle of lines</title>
<updated>2005-01-06T01:43:34Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T01:43:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=098ca2bda93c701c5331d4e6aace072495b4caaa'/>
<id>urn:sha1:098ca2bda93c701c5331d4e6aace072495b4caaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to latest from DRI CVS.  Primary new feature is mostly-complete smpng</title>
<updated>2003-10-24T01:48:17Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-10-24T01:48:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d0d7f3ee4181e7a36365a7f12a847fdcf4b96df'/>
<id>urn:sha1:1d0d7f3ee4181e7a36365a7f12a847fdcf4b96df</id>
<content type='text'>
locking, and the apparently unnecessary locking for -stable has been removed.
This may fix issues with missed interrupts since April, which manifested
themselves as slowdowns or hangs in radeon, in particular. Many cleanups also
took place.  In the shared code, there are improvements to r128 driver
stability.
</content>
</entry>
<entry>
<title>Merge from DRI CVS.  Includes newly ported SiS 300/305/540/630/730 driver and</title>
<updated>2003-09-09T00:24:31Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-09-09T00:24:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6608b729ea4c680e54b3ab724a67512ef7dd4ca8'/>
<id>urn:sha1:6608b729ea4c680e54b3ab724a67512ef7dd4ca8</id>
<content type='text'>
updates to allow system memory to be used for textures on PCI Radeons.

Sponsored by:	LinuxFund
</content>
</entry>
<entry>
<title>Update DRM from DRI CVS as of today.  Notable changes include Radeon</title>
<updated>2003-08-19T02:57:31Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-08-19T02:57:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a0f4bee0da9e0a8dbb08681de8c1276ee7400f2'/>
<id>urn:sha1:7a0f4bee0da9e0a8dbb08681de8c1276ee7400f2</id>
<content type='text'>
suspend/resume support and Rage 128 pageflipping support (both of which require
XFree86 from CVS), along with miscellaneous cleanups.
</content>
</entry>
<entry>
<title>Update the DRM to the latest from DRI CVS.  Includes some bugfixes and removal</title>
<updated>2003-04-25T01:18:47Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-04-25T01:18:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=42da33c444e5a6ca8ffa15622a9783f550e69d4b'/>
<id>urn:sha1:42da33c444e5a6ca8ffa15622a9783f550e69d4b</id>
<content type='text'>
of the infrastructure for the gamma driver which was removed a while back.
The DRM_LINUX option is removed because the handler is now provided by the
linux compat code itself.
</content>
</entry>
<entry>
<title>Update the DRM to latest from DRI CVS.  This is approximately the version</title>
<updated>2003-03-09T02:08:30Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-03-09T02:08:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=43e2d1e384537cc18e17e5f46c3670e9ef1c88a2'/>
<id>urn:sha1:43e2d1e384537cc18e17e5f46c3670e9ef1c88a2</id>
<content type='text'>
included in XFree86 4.3, but includes some fixes.  Notable changes include
Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform &amp; lighting
support for Radeons, and vblank syncing support for r128, radeon, and mga.
The gamma driver was removed due to lack of any users.
</content>
</entry>
<entry>
<title>Back out M_* changes, per decision of the TRB.</title>
<updated>2003-02-19T05:47:46Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-02-19T05:47:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a163d034fadcfb4a25ca34a2ba5f491c47b6ff69'/>
<id>urn:sha1:a163d034fadcfb4a25ca34a2ba5f491c47b6ff69</id>
<content type='text'>
Approved by: trb
</content>
</entry>
<entry>
<title>Remove M_TRYWAIT/M_WAITOK/M_WAIT.  Callers should use 0.</title>
<updated>2003-01-21T08:56:16Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2003-01-21T08:56:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44956c9863dc03344b03bdf6a83acf4e743f8e50'/>
<id>urn:sha1:44956c9863dc03344b03bdf6a83acf4e743f8e50</id>
<content type='text'>
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
</content>
</entry>
<entry>
<title>Remove an unused variable that snuck in the last commit.</title>
<updated>2002-12-04T23:39:05Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2002-12-04T23:39:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a94332b2471f05dae97e34bf88d8517b14756af6'/>
<id>urn:sha1:a94332b2471f05dae97e34bf88d8517b14756af6</id>
<content type='text'>
Submitted by:	Christian Brueffer &lt;chris@unixpages.org&gt;
Approved by:	re (rwatson)
</content>
</entry>
</feed>
