<?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 Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>merge the changes from drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c<br/>with our changes and the work recently done by Arto Huusko<br/>&lt;arto.huusko@pp2.inet.fi&gt; and FUKAUMI Naoki &lt;fun@naobsd.org&gt;.<br/><br/>it includes all the changes arto provided from both mesa-drm and<br/>the r6xx-r7xx-support branch.  it does not yet include code to<br/>handle the (deleted) drm_pciids.h file, but i'll probably just<br/>check in a generated one for now.<br/><br/>i have not yet merged the changes from outside this dir.<br/><br/><br/>from arto's messages to tech-x11:<br/><br/>The important change that was needed is that drm_scatter.c was<br/>fixed to return pointer to all allocated pages, not just the<br/>beginning of the allocated segments.<br/><br/>Other changes:<br/><br/>  - drm_scatter maps COHERENT memory<br/>  - drm_drawable: drawable handle allocation is done<br/>    inside lock<br/>  - drm_memory: when mapping "agp" memory, store offset<br/>    of mapped area, so that new requests to same offset<br/>    return the same area instead of trying to remap<br/>    and fail<br/>  - drm_vm: use bus_space_mmap for frame buffer and registers<br/><br/>  - r600_cp.c: ioremapfree allocated gart range<br/>  - radeon_cp.c: use mtsleep<br/>  - some memset calls I had added had their args swapped,<br/>    and no memory was cleared</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.3</description>
    <pubDate>Fri Jun 19 03:50:04 UTC 2009</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.2.2;  1.2.4;  1.2.6;  1.2.10;  1.2.14;  1.2.18;  1.2.20;<br/>pull over many many changes from netbsd-current sys/dev/{,pci/}drm/.<br/>make the mesa-drm style Makefile's actually run on netbsd (but i doubt<br/>they work yet.)<br/><br/>this still has a lot to go.  it doesn't work yet, but it's getting<br/>close.<br/><br/>most of this is from other authors than myself:  yorrick, drochner,<br/>jared, bjs, all contributed a lot more than i have so far, but there's<br/>a bunch of clean up from myself in here as well.</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2</description>
    <pubDate>Sat Jul 19 06:18:23 UTC 2008</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.1</description>
    <pubDate>Sat Jul 19 05:30:37 UTC 2008</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>import mesa-drm git from version 5d27fd94afaaf434c3a92af0075420b550055bfb,<br/>which is approximately june 25th or so.</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.1.1.1</description>
    <pubDate>Sat Jul 19 05:30:37 UTC 2008</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>sync to netbsd-5</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.20.1</description>
    <pubDate>Wed Apr 21 00:27:57 UTC 2010</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>sync with head.</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.18.3</description>
    <pubDate>Sat Jul 18 14:53:14 UTC 2009</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>sync with head.</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.18.2</description>
    <pubDate>Mon May 04 08:13:30 UTC 2009</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:13:30 +0000</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.18.1</description>
    <pubDate>Sat Jul 19 06:18:23 UTC 2008</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.14.1</description>
    <pubDate>Thu Jul 23 23:32:28 UTC 2009</pubDate>
    <dc:creator>jym</dc:creator>
</item>

<item>
    <title>Apply patch (requested by mrg in ticket #823):<br/>import mesa-drm git from version 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.<br/>--<br/>merge the changes from drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c<br/>with our changes and the work recently done by Arto Huusko and FUKAUMI<br/>Naoki.<br/><br/>it includes all the changes arto provided from both mesa-drm and<br/>the r6xx-r7xx-support branch.  it does not yet include code to<br/>handle the (deleted) drm_pciids.h file, but i'll probably just<br/>check in a generated one for now.<br/><br/>i have not yet merged the changes from outside this dir.<br/><br/>from arto's messages to tech-x11:<br/><br/>The important change that was needed is that drm_scatter.c was<br/>fixed to return pointer to all allocated pages, not just the<br/>beginning of the allocated segments.<br/><br/>Other changes:<br/><br/>  - drm_scatter maps COHERENT memory<br/>  - drm_drawable: drawable handle allocation is done<br/>    inside lock<br/>  - drm_memory: when mapping "agp" memory, store offset<br/>    of mapped area, so that new requests to same offset<br/>    return the same area instead of trying to remap<br/>    and fail<br/>  - drm_vm: use bus_space_mmap for frame buffer and registers<br/><br/>  - r600_cp.c: ioremapfree allocated gart range<br/>  - radeon_cp.c: use mtsleep<br/>  - some memset calls I had added had their args swapped,<br/>    and no memory was cleared<br/>--<br/>add a freshly generated drm_pciids.h<br/>--<br/>some minor clean up:<br/>- reduce diffs to mesa-drm where possible<br/>- fix various formatting issues<br/>- netbsd uses major 180 for drm (XXX)</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.10.1</description>
    <pubDate>Sat Jun 20 23:37:00 UTC 2009</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.6.2</description>
    <pubDate>Sun Sep 28 10:40:38 UTC 2008</pubDate>
    <dc:creator>mjf</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch mjf-devfs2 on 2008-09-28 10:40:38 +0000</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.6.1</description>
    <pubDate>Sat Jul 19 06:18:23 UTC 2008</pubDate>
    <dc:creator>mjf</dc:creator>
</item>

<item>
    <title>Sync with wrstuden-revivesa-base-2.</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.4.2</description>
    <pubDate>Thu Sep 18 04:36:48 UTC 2008</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch wrstuden-revivesa on 2008-09-18 04:36:48 +0000</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.4.1</description>
    <pubDate>Sat Jul 19 06:18:23 UTC 2008</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>

<item>
    <title>Sync with head.</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.2.2</description>
    <pubDate>Mon Jul 28 14:37:29 UTC 2008</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch simonb-wapbl on 2008-07-28 14:37:29 +0000</title>
    <description>/src/sys/external/bsd/drm/dist/bsd-core/radeon/Makefile - 1.2.2.1</description>
    <pubDate>Sat Jul 19 06:18:23 UTC 2008</pubDate>
    <dc:creator>simonb</dc:creator>
</item>
</channel></rss>

