<feed xmlns='http://www.w3.org/2005/Atom'>
<title>renesas/drm.git/linux, branch live</title>
<subtitle>libdrm, cloned from git://anongit.freedesktop.org/mesa/drm</subtitle>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/'/>
<entry>
<title>Delete the pre-core DRM code with extreme prejudice.</title>
<updated>2006-07-19T20:19:25+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@theobromine.nwnk.net</email>
</author>
<published>2006-07-19T20:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=6677e2a10b820a5ccfd375cc627b8e41453a71da'/>
<id>6677e2a10b820a5ccfd375cc627b8e41453a71da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.cvsignore -&gt; .gitignore</title>
<updated>2006-07-19T16:31:43+00:00</updated>
<author>
<name>Michel Dänzer</name>
<email>michel@tungstengraphics.com</email>
</author>
<published>2006-07-19T16:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=b9243ce3d5ed6bd70851a132871387d4d2e886bc'/>
<id>b9243ce3d5ed6bd70851a132871387d4d2e886bc</id>
<content type='text'>
Sort the merged file, remove the redundant explicit .ko lines and add
some generated symlinks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sort the merged file, remove the redundant explicit .ko lines and add
some generated symlinks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the driver hooks in the DRM to something a little more</title>
<updated>2005-08-05T03:50:23+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@freebsd.org</email>
</author>
<published>2005-08-05T03:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=c789ea1521ac9e935f2a1c6c043619d89bae9c16'/>
<id>c789ea1521ac9e935f2a1c6c043619d89bae9c16</id>
<content type='text'>
    understandable: preinit -&gt; load postinit -&gt; (removed) presetup -&gt;
    firstopen postsetup -&gt; (removed) open_helper -&gt; open prerelease -&gt;
    preclose free_filp_priv -&gt; postclose pretakedown -&gt; lastclose
    postcleanup -&gt; unload release -&gt; reclaim_buffers_locked version -&gt;
    (removed)
postinit and version were replaced with generic code in the Linux DRM
    (drivers now set their version numbers and description in the driver
    structure, like on BSD). postsetup wasn't used at all. Fixes the savage
    hooks for initializing and tearing down mappings at the right times.
    Testing involved at least starting X, running glxgears, killing
    glxgears, exiting X, and repeating.
Tested on: FreeBSD (g200, g400, r200, r128) Linux (r200, savage4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    understandable: preinit -&gt; load postinit -&gt; (removed) presetup -&gt;
    firstopen postsetup -&gt; (removed) open_helper -&gt; open prerelease -&gt;
    preclose free_filp_priv -&gt; postclose pretakedown -&gt; lastclose
    postcleanup -&gt; unload release -&gt; reclaim_buffers_locked version -&gt;
    (removed)
postinit and version were replaced with generic code in the Linux DRM
    (drivers now set their version numbers and description in the driver
    structure, like on BSD). postsetup wasn't used at all. Fixes the savage
    hooks for initializing and tearing down mappings at the right times.
    Testing involved at least starting X, running glxgears, killing
    glxgears, exiting X, and repeating.
Tested on: FreeBSD (g200, g400, r200, r128) Linux (r200, savage4)
</pre>
</div>
</content>
</entry>
<entry>
<title>A fix for a locking bug which is triggered when a client tries to lock with</title>
<updated>2005-04-20T18:50:49+00:00</updated>
<author>
<name>Thomas Hellstrom</name>
<email>unichrome@shipmail.org</email>
</author>
<published>2005-04-20T18:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=699d4ad53a62e46344b672365dda0be4001edd99'/>
<id>699d4ad53a62e46344b672365dda0be4001edd99</id>
<content type='text'>
    flag DMA_QUIESCENT (typically the X server), but gets interrupted by a
    signal. The locking IOCTL should then return an error, but if
    DMA_QUIESCENT succeeds it returns 0, and the client falsely thinks it
    has the lock. In addition The client waits for DMA_QUISCENT and
    possibly DMA_READY without having the lock.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    flag DMA_QUIESCENT (typically the X server), but gets interrupted by a
    signal. The locking IOCTL should then return an error, but if
    DMA_QUIESCENT succeeds it returns 0, and the client falsely thinks it
    has the lock. In addition The client waits for DMA_QUISCENT and
    possibly DMA_READY without having the lock.
</pre>
</div>
</content>
</entry>
<entry>
<title>Via updates:</title>
<updated>2005-03-28T21:21:42+00:00</updated>
<author>
<name>Thomas Hellstrom</name>
<email>unichrome@shipmail.org</email>
</author>
<published>2005-03-28T21:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=532ccb98b5f2946f574a747b90c39edbe783f888'/>
<id>532ccb98b5f2946f574a747b90c39edbe783f888</id>
<content type='text'>
New PCI command parser. Moved from via_dma.c to via_verifier.c so functions
    with similar functionality are close to eachother.
Moved video related functions to via_video.c, which might be extended in
    the future, as new video functionality is added.
New device-specific generic IRQ IOCTL, similar to the general VBLANK IOCTL,
    but with support for multiple device IRQ sources and functionality.
Support for Unichrome Pro PM800/CN400 video DMA commands in verifier and
    PCI parser.
Support for Unichrome Pro PM800/CN400 HQV IRQs in the new generic IRQ
    IOCTL.
Bumped minor. New version 2.6.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New PCI command parser. Moved from via_dma.c to via_verifier.c so functions
    with similar functionality are close to eachother.
Moved video related functions to via_video.c, which might be extended in
    the future, as new video functionality is added.
New device-specific generic IRQ IOCTL, similar to the general VBLANK IOCTL,
    but with support for multiple device IRQ sources and functionality.
Support for Unichrome Pro PM800/CN400 video DMA commands in verifier and
    PCI parser.
Support for Unichrome Pro PM800/CN400 HQV IRQs in the new generic IRQ
    IOCTL.
Bumped minor. New version 2.6.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a cut &amp; paste problem</title>
<updated>2005-01-19T08:55:53+00:00</updated>
<author>
<name>Alan Hourihane</name>
<email>alanh@fairlite.demon.co.uk</email>
</author>
<published>2005-01-19T08:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=f5914ad67bd87db8128a47fd74da3573b1306f27'/>
<id>f5914ad67bd87db8128a47fd74da3573b1306f27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory</title>
<updated>2005-01-16T05:40:12+00:00</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@linux.ie</email>
</author>
<published>2005-01-16T05:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=354dd17d2505fd3b9754f6ccc960671e1f9363d9'/>
<id>354dd17d2505fd3b9754f6ccc960671e1f9363d9</id>
<content type='text'>
The attached patch adds a new buffer type DRM_FB_BUFFER. It works like AGP
    memory but uses video memory.
From: austinyuan@viatech.com.cn (fd.o bug 1668) Signed-off-by: Dave Airlie
    &lt;airlied@linux.ie&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The attached patch adds a new buffer type DRM_FB_BUFFER. It works like AGP
    memory but uses video memory.
From: austinyuan@viatech.com.cn (fd.o bug 1668) Signed-off-by: Dave Airlie
    &lt;airlied@linux.ie&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Import Thomas' changes upto 2.4.3 to shared. Small tweak to install target.</title>
<updated>2005-01-11T10:59:01+00:00</updated>
<author>
<name>Keith Whitwell</name>
<email>keith@tungstengraphics.com</email>
</author>
<published>2005-01-11T10:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=ee576367632b582e29f2b3d42f2eb9250cfdf219'/>
<id>ee576367632b582e29f2b3d42f2eb9250cfdf219</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drm_pciids.h should only 'cleaned' when the shared/ directory exists. Which</title>
<updated>2004-12-16T11:07:20+00:00</updated>
<author>
<name>Alan Hourihane</name>
<email>alanh@fairlite.demon.co.uk</email>
</author>
<published>2004-12-16T11:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=ebd3b867deed789bd4b3fe98f88c20a9454f0061'/>
<id>ebd3b867deed789bd4b3fe98f88c20a9454f0061</id>
<content type='text'>
    the Makefile already knows about, but it was cleaning this file anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    the Makefile already knows about, but it was cleaning this file anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up linux 2.4 series Makefiles for via_verifier.c</title>
<updated>2004-12-07T12:09:11+00:00</updated>
<author>
<name>Thomas Hellstrom</name>
<email>unichrome@shipmail.org</email>
</author>
<published>2004-12-07T12:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=bf6eb1c0d47e670658c42e439434c0c25caabcfb'/>
<id>bf6eb1c0d47e670658c42e439434c0c25caabcfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
