<feed xmlns='http://www.w3.org/2005/Atom'>
<title>renesas/drm.git/shared-core, 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>Drop shared-core, bsd-core, linux-core and scripts subdirs</title>
<updated>2009-11-17T15:54:11+00:00</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2009-11-17T14:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=9dd3613073aa2491cef440725fdfa0cf1e8f1a42'/>
<id>9dd3613073aa2491cef440725fdfa0cf1e8f1a42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nouveau: update view of available aperture space after each flush</title>
<updated>2009-11-04T03:24:52+00:00</updated>
<author>
<name>Ben Skeggs</name>
<email>bskeggs@redhat.com</email>
</author>
<published>2009-11-02T08:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=68c2ac9640a59881d18e2d55f666c2cd4c21e00b'/>
<id>68c2ac9640a59881d18e2d55f666c2cd4c21e00b</id>
<content type='text'>
Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for vblank events</title>
<updated>2009-10-30T00:14:09+00:00</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2009-09-11T17:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=b0b96636dbf93445dd532b09b21fa4fc5ce6bdc7'/>
<id>b0b96636dbf93445dd532b09b21fa4fc5ce6bdc7</id>
<content type='text'>
The kernel will now write data to the DRM fd for various event types if
requested.  Currently, the only supported event is a vblank event: it contains
the vblank count for the event as well as a timestamp from when the event
ocurred.  Since the DRM fd is now pollable, it's easy to integrate into
existing event loops.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The kernel will now write data to the DRM fd for various event types if
requested.  Currently, the only supported event is a vblank event: it contains
the vblank count for the event as well as a timestamp from when the event
ocurred.  Since the DRM fd is now pollable, it's easy to integrate into
existing event loops.
</pre>
</div>
</content>
</entry>
<entry>
<title>intel: Add the defines for the kernel overlay support landing in 2.6.33.</title>
<updated>2009-10-13T18:36:01+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2009-10-13T18:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=a221e4fd929f77e1851fb0089338f1cd5001ddde'/>
<id>a221e4fd929f77e1851fb0089338f1cd5001ddde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libdrm_radeon: Update RADEON_TILING_* flags to what's in current kernels.</title>
<updated>2009-10-03T15:37:07+00:00</updated>
<author>
<name>Michel Dänzer</name>
<email>daenzer@vmware.com</email>
</author>
<published>2009-10-03T15:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=11f0e450dd7d711eb69aa9c27ed4aa72d913d697'/>
<id>11f0e450dd7d711eb69aa9c27ed4aa72d913d697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>intel: Mark cached bo as purgeable</title>
<updated>2009-10-02T19:54:13+00:00</updated>
<author>
<name>Chris Wilson</name>
<email>chris@chris-wilson.co.uk</email>
</author>
<published>2009-10-02T03:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=0fb215ae3199b5be0c9a9474e5941f8d8998c11a'/>
<id>0fb215ae3199b5be0c9a9474e5941f8d8998c11a</id>
<content type='text'>
Set the DONTNEED flag on cached buffers so that the kernel is free to
discard those when under memory pressure.

[anholt: This takes firefox-talos-gfx time from ~62 seconds to ~65 seconds
on my GM965, but it seems like a hit worth taking for the improved
functionality from saving memory]

Signed-off-by: Chris Wilson &lt;chris@chris-wilson.co.uk&gt;
Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the DONTNEED flag on cached buffers so that the kernel is free to
discard those when under memory pressure.

[anholt: This takes firefox-talos-gfx time from ~62 seconds to ~65 seconds
on my GM965, but it seems like a hit worth taking for the improved
functionality from saving memory]

Signed-off-by: Chris Wilson &lt;chris@chris-wilson.co.uk&gt;
Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill last remnant of replacefb ioctl</title>
<updated>2009-08-25T10:05:48+00:00</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2009-08-21T12:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=ce6c68dc8a893ed8673f49d381a8500c2ee3c29f'/>
<id>ce6c68dc8a893ed8673f49d381a8500c2ee3c29f</id>
<content type='text'>
	Kenrels doesn't expose this ioctl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Kenrels doesn't expose this ioctl
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: pull in z pipe changes from kernel</title>
<updated>2009-08-24T22:15:03+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexdeucher@gmail.com</email>
</author>
<published>2009-08-24T22:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=02a4d22e95de863fe3e01a9f5658ef81417c28cd'/>
<id>02a4d22e95de863fe3e01a9f5658ef81417c28cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: add support for busy/domain check interface.</title>
<updated>2009-08-22T03:16:18+00:00</updated>
<author>
<name>Pauli Nieminen</name>
<email>suokkos@gmail.com</email>
</author>
<published>2009-08-22T03:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=caad8d85559709301c00760b9e8707d57f8c6c67'/>
<id>caad8d85559709301c00760b9e8707d57f8c6c67</id>
<content type='text'>
airlied: modified the interface to drop busy return value, just return
it normally, also fixed int-&gt;uint32_t for domain

Signed-off-by: Pauli Nieminen &lt;suokkos@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
airlied: modified the interface to drop busy return value, just return
it normally, also fixed int-&gt;uint32_t for domain

Signed-off-by: Pauli Nieminen &lt;suokkos@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nouveau: support for copy-less pushbuf ioctl</title>
<updated>2009-08-18T05:55:42+00:00</updated>
<author>
<name>Ben Skeggs</name>
<email>bskeggs@redhat.com</email>
</author>
<published>2009-08-12T04:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=28f4bfa04b8ad4dfcc55027f4b2385f4dd6c23c5'/>
<id>28f4bfa04b8ad4dfcc55027f4b2385f4dd6c23c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
