<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/drm2, branch release/12.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2021-08-19T07:35:05Z</updated>
<entry>
<title>Fix some common typos in source code comments</title>
<updated>2021-08-19T07:35:05Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2021-08-14T06:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54e111ec0c74dc7ae50758aaaa8d34571a3bc3b0'/>
<id>urn:sha1:54e111ec0c74dc7ae50758aaaa8d34571a3bc3b0</id>
<content type='text'>
- s/struture/structure/
- s/structre/structure/

(cherry picked from commit 17db4b52fb41aeabeb945c68c1b5edd4db4eac31)
</content>
</entry>
<entry>
<title>MFC 366494: Don't permit DRM buffer mappings to be upgraded to executable.</title>
<updated>2020-12-10T20:44:05Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-12-10T20:44:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a6fcc935b99d55ceee53c7ee950d971463479f6'/>
<id>urn:sha1:1a6fcc935b99d55ceee53c7ee950d971463479f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: r364737, r365264 and r365287</title>
<updated>2020-09-06T11:29:06Z</updated>
<author>
<name>Niclas Zeising</name>
<email>zeising@FreeBSD.org</email>
</author>
<published>2020-09-06T11:29:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=976c522dd6be314fde9edb0ef7959445abe600cb'/>
<id>urn:sha1:976c522dd6be314fde9edb0ef7959445abe600cb</id>
<content type='text'>
Together, these three revisions improve the drm2 (aka legacy drm or
drm-legacy) drivers to point towards graphics/drm-kmod where relevant, and
to remove references to graphics/drm-legacy-kmd as that is being deprecated.
Since part of the drm2 drivers are still used on arm, arm is currently
excluded from the deprecation message.

Approved by:	imp, manu (implicit, MFC)
</content>
</entry>
<entry>
<title>Fix misleading indentation in sys/dev/drm2/radeon/evergreen.c</title>
<updated>2020-04-25T13:10:17Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-04-25T13:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a20c8e46719b299b38ebec1a7d6fa989d174523'/>
<id>urn:sha1:2a20c8e46719b299b38ebec1a7d6fa989d174523</id>
<content type='text'>
This fixes the following warning from recent versions of clang and gcc:

sys/dev/drm2/radeon/evergreen.c:554:4: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]

Direct commit to stable/{10,11,12}, since this driver has been removed
from FreeBSD 13.
</content>
</entry>
<entry>
<title>MFC r350421:</title>
<updated>2019-08-21T18:28:38Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-08-21T18:28:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5de05474a6611f5ae5d35bb001ba8807ad9f862b'/>
<id>urn:sha1:5de05474a6611f5ae5d35bb001ba8807ad9f862b</id>
<content type='text'>
Avoid relying on header pollution from sys/refcount.h.
</content>
</entry>
<entry>
<title>MFC r349432:</title>
<updated>2019-07-03T20:17:26Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-07-03T20:17:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37788b81b4f3854051b1c4a4f77574724b09a930'/>
<id>urn:sha1:37788b81b4f3854051b1c4a4f77574724b09a930</id>
<content type='text'>
Add a return value to vm_page_remove().
</content>
</entry>
<entry>
<title>drm2/intel_iic: stop using iicbus_set_nostop</title>
<updated>2019-06-20T06:53:59Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2019-06-20T06:53:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a97aafe1bac48bcd7a2cc28805cc88ff4fcbddb3'/>
<id>urn:sha1:a97aafe1bac48bcd7a2cc28805cc88ff4fcbddb3</id>
<content type='text'>
The desired mode of transmitting messages is implemented by subclassing
iicbb driver and overriding its iicbus_transfer method with an almost
identical copy that issues the stop condition only at the very end.

iicbus_set_nostop is very broken and is set to be removed from the KPI.

This is a direct commit as in head the drm drivers have been moved out
of the tree.
The same change has been committed to FreeBSDDesktop/drm-legacy.
</content>
</entry>
<entry>
<title>MFC r348785:</title>
<updated>2019-06-17T15:11:04Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-06-17T15:11:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c2656961c6594094d39059e03986cc897fbb3a3'/>
<id>urn:sha1:3c2656961c6594094d39059e03986cc897fbb3a3</id>
<content type='text'>
Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).
</content>
</entry>
<entry>
<title>MFC r342888:</title>
<updated>2019-01-12T16:58:32Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-01-12T16:58:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=68591554632c60ea433abbd92ef059c257f9ee52'/>
<id>urn:sha1:68591554632c60ea433abbd92ef059c257f9ee52</id>
<content type='text'>
Complete the removal of obsolete ioctl handlers.

PR:	234706
</content>
</entry>
<entry>
<title>MFC r342182:</title>
<updated>2019-01-02T16:11:02Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-01-02T16:11:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=53a7759a5b9e8cb238242b50370065d4737cb8ff'/>
<id>urn:sha1:53a7759a5b9e8cb238242b50370065d4737cb8ff</id>
<content type='text'>
Remove UMS support code from radeonkms.
</content>
</entry>
</feed>
