<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/drm, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC r127_state.c:1.9 to RELENG_5_2 for inclusion in 5.2.1-RELEASE:</title>
<updated>2004-02-23T05:19:46Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-02-23T05:19:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b0b747558275ad0632981329836fa3776aeb1d86'/>
<id>urn:sha1:b0b747558275ad0632981329836fa3776aeb1d86</id>
<content type='text'>
  Limit the amount of memory userspace processes can cause the kernel to
  allocate via DRI on r128 devices.

  Obtained from:  Thomas Biege &lt;thomas@suse.de&gt;
  Reviewed by:    scottl

Approved by:	scottl
</content>
</entry>
<entry>
<title>Update from DRI CVS.  Includes locking fixes (including PR 59202), changes for</title>
<updated>2003-11-12T20:56:30Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-11-12T20:56:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=81dc97109d522fc0b1080fe5bdad574790b0661b'/>
<id>urn:sha1:81dc97109d522fc0b1080fe5bdad574790b0661b</id>
<content type='text'>
Radeon IGP support (still lacking PCI IDs), and DRM interface 1.2 updates which
include finally tying the DRM instances to specific devices rather than relying
on the X Server.
</content>
</entry>
<entry>
<title>Change the DRM_ERROR about authenticator not found back to DRM_DEBUG.  It's</title>
<updated>2003-11-03T20:44:00Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-11-03T20:44:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4c4c0f9144808b2a0a64c6b5d73e4dc2ef385be2'/>
<id>urn:sha1:4c4c0f9144808b2a0a64c6b5d73e4dc2ef385be2</id>
<content type='text'>
noisier than I expected, and I don't have the time to actually get it fixed.
</content>
</entry>
<entry>
<title>Don't try to use dev-&gt;dma_lock unless dma is initialized (dev-&gt;dma != NULL)</title>
<updated>2003-10-24T21:45:21Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-10-24T21:45:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4294fd5ce1d3a5d24a3cbd9979c5532c708e0f23'/>
<id>urn:sha1:4294fd5ce1d3a5d24a3cbd9979c5532c708e0f23</id>
<content type='text'>
in bufs_info sysctl handler.  dev-&gt;dma and dev-&gt;dma_lock existence are
protected by DRM_LOCK().  Fixes panic on sysctl hw.dri when the device is
uninitialied (when you aren't in X).
</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-test2/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-test2/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>Comment out a couple of __inline__s until we can get inlines to be actually</title>
<updated>2003-08-24T22:04:12Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-08-24T22:04:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=48d82a815de025255a6016fc230424f8cc6480fe'/>
<id>urn:sha1:48d82a815de025255a6016fc230424f8cc6480fe</id>
<content type='text'>
respected or at least shut the warning up.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>Prefer new location of pci include files (which have only been in the</title>
<updated>2003-08-22T05:54:52Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-22T05:54:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72'/>
<id>urn:sha1:4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72</id>
<content type='text'>
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
</content>
</entry>
</feed>
