<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/drm2, branch release/9.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2013-07-02T04:45:51Z</updated>
<entry>
<title>MFC r251961:</title>
<updated>2013-07-02T04:45:51Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-07-02T04:45:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e938af9195562aea7db23135db53e8f5f856381e'/>
<id>urn:sha1:e938af9195562aea7db23135db53e8f5f856381e</id>
<content type='text'>
Disable wait for the retrace if KMS is activated.
</content>
</entry>
<entry>
<title>MFC r251960:</title>
<updated>2013-07-02T04:42:32Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-07-02T04:42:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=95969cdd7e7258bbc1e4994216f4a555c54b1ed1'/>
<id>urn:sha1:95969cdd7e7258bbc1e4994216f4a555c54b1ed1</id>
<content type='text'>
Since the gem pagefault handler relocks the vm object lock, other
thread might fault on the same GTT offset meantime and instantiate the
mapping.  Recheck that the mgt device object still does not have a
page at the current offset after relocking, and return a possibly
installed page.
</content>
</entry>
<entry>
<title>MFC r251959:</title>
<updated>2013-06-21T06:28:55Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-06-21T06:28:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=543ee1d29098a9b969215efd6de542f3e01ff23c'/>
<id>urn:sha1:543ee1d29098a9b969215efd6de542f3e01ff23c</id>
<content type='text'>
Remove stray empty line.
</content>
</entry>
<entry>
<title>MFC r251591:</title>
<updated>2013-06-10T04:05:18Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-06-10T04:05:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f39209c618d8f0d9c7fd703e8d02eda108d9a24b'/>
<id>urn:sha1:f39209c618d8f0d9c7fd703e8d02eda108d9a24b</id>
<content type='text'>
The vm_page lock is not needed around the call to vm_page_insert().
</content>
</entry>
<entry>
<title>MFC r247834:</title>
<updated>2013-04-04T05:47:50Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-04-04T05:47:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e7e817f79c5ff2f455eecdaadd12449f1265c3f4'/>
<id>urn:sha1:e7e817f79c5ff2f455eecdaadd12449f1265c3f4</id>
<content type='text'>
Import the drm_global references helpers.

MFC r247839 (by dumbbell):
Destroy sx in drm_global_release().
</content>
</entry>
<entry>
<title>MFC r247833:</title>
<updated>2013-04-04T05:39:37Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-04-04T05:39:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=41522b86bf7245e0da06188821bd27f46f92926b'/>
<id>urn:sha1:41522b86bf7245e0da06188821bd27f46f92926b</id>
<content type='text'>
Import the drm_mm_debug_table() function.
</content>
</entry>
<entry>
<title>MFC r247832:</title>
<updated>2013-04-04T05:36:11Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-04-04T05:36:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=650b0e5b611a94a299c746b20c2171fba2ffd857'/>
<id>urn:sha1:650b0e5b611a94a299c746b20c2171fba2ffd857</id>
<content type='text'>
Import the likely() compat macro.

MFC r247838:
Correct the r247832.
</content>
</entry>
<entry>
<title>Merge r242467 from head:</title>
<updated>2012-11-23T11:23:15Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2012-11-23T11:23:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5813e07f0807928afd8dc256f5e3efcfc00c1af1'/>
<id>urn:sha1:5813e07f0807928afd8dc256f5e3efcfc00c1af1</id>
<content type='text'>
  - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi to
    all supported debugging bits.
  - If DRM_DEBUG_DEFAULT_ON isn't defined, then initialize drm_debug_flag
    to zero.

  DRM_DEBUG_DEFAULT_ON is defined when module is build with -DDEBUG_DRM
  or if kernel config has 'options DEBUG_DRM'.

  Reviewed by:  kib
</content>
</entry>
<entry>
<title>MFC r240917:</title>
<updated>2012-10-01T08:33:39Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2012-10-01T08:33:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d1d27872c69d292802846397f1ac8c83b4f9aad'/>
<id>urn:sha1:6d1d27872c69d292802846397f1ac8c83b4f9aad</id>
<content type='text'>
Reduce delays in several wait loops from 10ms to 10us, same is it is done
in Linux. This substantially increases graphics performance on Ivy Bridge.

Submitted by:	avg@
Reviewed by:	kib@
</content>
</entry>
<entry>
<title>MFC r239303:</title>
<updated>2012-10-01T06:42:07Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-10-01T06:42:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=38e19f6b6c17ab84a2c7673e075e29d4016748e2'/>
<id>urn:sha1:38e19f6b6c17ab84a2c7673e075e29d4016748e2</id>
<content type='text'>
Streamline use of cdevpriv and correct some corner cases.
</content>
</entry>
</feed>
