<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in files.drmkms_linux</title>
    <link>http://nxr.netbsd.org/rss/src/sys/external/bsd/drm2/linux/files.drmkms_linux</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>linux/hdmi.h: Split out logic into .c file.<br/><br/>Shoulda done this ages ago.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.43</description>
    <pubDate>Sat Jul 09 17:59:27 UTC 2022</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>only build linux_acpi.c if we have acpi(4) in the kernel</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.42</description>
    <pubDate>Sun Feb 27 15:02:58 UTC 2022</pubDate>
    <dc:creator>jakllsch</dc:creator>
</item>

<item>
    <title>drm: Move acpi_check_dsm &amp;c. from intel_acpi.c to new linux_acpi.c.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.41</description>
    <pubDate>Sun Feb 27 14:22:21 UTC 2022</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>drm: Move io_mapping to very own .c file.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.40</description>
    <pubDate>Sun Dec 19 00:28:04 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>drm: linux kthread stubs</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.39</description>
    <pubDate>Sun Dec 19 00:23:07 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>linux: Rename linux_sg.c -&gt; linux_sgt.c.<br/><br/>Avoids collision with compat_linux.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.38</description>
    <pubDate>Sun Dec 19 00:06:57 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>linux: Kludgey radix tree shims</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.37</description>
    <pubDate>Sun Dec 19 11:51:43 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>linux: Draft half-arsed xarray shims</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.36</description>
    <pubDate>Sun Dec 19 11:51:07 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>linux: dma fence array stubs</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.35</description>
    <pubDate>Sun Dec 19 11:50:09 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>linux: Draft irq_work shims, in terms of a softint.<br/><br/>Doesn't actually run in hardirq context, but who's gonna notice...</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.34</description>
    <pubDate>Sun Dec 19 11:49:57 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>i915: more work</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.33</description>
    <pubDate>Sun Dec 19 11:39:24 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>drm: Another pass over i915 and some supporting logic.<br/><br/>This makes a shim around sg_table, which essentially represents two<br/>things:<br/><br/>1. an array of pages (roughly corresponding to bus_dma_segment_t[])<br/>2. an array of DMA addresses stored in a bus_dmamap_t<br/><br/>Both parts are optional; different parts of i915 use sg_tables to<br/>pass around one or both of the two parts.  This helps to reduce the<br/>ifdefs by quite a bit, although it's not always clear which part of<br/>an sg_table any particular interface is actually using which is why I<br/>was reluctant to do this before.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.32</description>
    <pubDate>Sun Dec 19 11:33:31 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>linux compat: Draft hrtimer shims.<br/><br/>(not actually high-resolution, just a wrapper around callout(9))</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.31</description>
    <pubDate>Sun Dec 19 11:23:52 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>linux: Draft rwsem with bodgy semantics.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.30</description>
    <pubDate>Sun Dec 19 11:21:30 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>Narrow the CPPFLAGS for drm subsystems.<br/><br/>No need for the whole kernel to be built with -I flags for the drm<br/>header files.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.29</description>
    <pubDate>Sun Dec 19 10:55:27 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>Move Linux firmware shims to their own .c file.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.28</description>
    <pubDate>Sun Dec 19 10:50:46 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>dma fence chain stubs</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.27</description>
    <pubDate>Sun Dec 19 10:47:06 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>backlight stubs</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.26</description>
    <pubDate>Sun Dec 19 10:46:55 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>Draft sync_file.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.25</description>
    <pubDate>Sun Dec 19 10:45:50 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>Rename reservation_object -&gt; dma_resv.</title>
    <description>/src/sys/external/bsd/drm2/linux/files.drmkms_linux - 1.24</description>
    <pubDate>Sun Dec 19 10:19:53 UTC 2021</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>
</channel></rss>

