<feed xmlns='http://www.w3.org/2005/Atom'>
<title>renesas/drm.git/linux-core, branch master</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>drm: Strip old ttm.</title>
<updated>2009-06-22T21:37:06+00:00</updated>
<author>
<name>Thomas Hellstrom</name>
<email>thellstrom-at-vmware-dot-com</email>
</author>
<published>2009-06-22T21:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=9a33f62be1c478334572ea9384af60c37d1644a0'/>
<id>9a33f62be1c478334572ea9384af60c37d1644a0</id>
<content type='text'>
Signed-off-by: Thomas Hellstrom &lt;thellstrom-at-vmware-dot-com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thomas Hellstrom &lt;thellstrom-at-vmware-dot-com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build on kernels &lt; 2.6.26</title>
<updated>2009-06-03T19:30:42+00:00</updated>
<author>
<name>Pekka Paalanen</name>
<email>pq@iki.fi</email>
</author>
<published>2009-06-03T19:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=d7c42ff4c445ed2cb23f4eb3a45858c110184773'/>
<id>d7c42ff4c445ed2cb23f4eb3a45858c110184773</id>
<content type='text'>
The commit 651e3dc6dd58a79c90db7513ee2fb28360a4560d, "drm: Fix
compilation on 2.6.30" broke all builds on kernels before 2.6.26.
Variadic functions cannot be inlined.

The variadic inline function is replaced with a variadic macro.

Also, the function dev_name() added by that same commit is never used,
so it is removed.

Signed-off-by: Pekka Paalanen &lt;pq@iki.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The commit 651e3dc6dd58a79c90db7513ee2fb28360a4560d, "drm: Fix
compilation on 2.6.30" broke all builds on kernels before 2.6.26.
Variadic functions cannot be inlined.

The variadic inline function is replaced with a variadic macro.

Also, the function dev_name() added by that same commit is never used,
so it is removed.

Signed-off-by: Pekka Paalanen &lt;pq@iki.fi&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm: Fix compilation on 2.6.30</title>
<updated>2009-05-28T07:26:37+00:00</updated>
<author>
<name>Michael Buesch</name>
<email>mb@bu3sch.de</email>
</author>
<published>2009-05-10T22:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=651e3dc6dd58a79c90db7513ee2fb28360a4560d'/>
<id>651e3dc6dd58a79c90db7513ee2fb28360a4560d</id>
<content type='text'>
This fixes DRM compilation of nouveau.ko on kernel 2.6.30.

Signed-off-by: Michael Buesch &lt;mb@bu3sch.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes DRM compilation of nouveau.ko on kernel 2.6.30.

Signed-off-by: Michael Buesch &lt;mb@bu3sch.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nouveau: backlight support for ppc laptops</title>
<updated>2009-05-22T14:43:26+00:00</updated>
<author>
<name>Danny Tholen</name>
<email>moondrake@gmail.com</email>
</author>
<published>2009-05-06T23:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c'/>
<id>85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c</id>
<content type='text'>
Patch allows the backlight to be manipulated under gnome on apple powerpc
based NV30 machines.  It works fine on my powerbook, and should also work
for older NV17/NV18 machines.

Note that older powerpc specific tools (pbbuttonsd) have some problems with
this implementation (because the device is not yet there at the start time
of the daemon, and the code makes incorrect assumptions about the max
brightness values). However, IMHO these things can and should be addressed
in the daemon.

Some style/warning fixes applied by Stuart Bennett &lt;stuart@freedesktop.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch allows the backlight to be manipulated under gnome on apple powerpc
based NV30 machines.  It works fine on my powerbook, and should also work
for older NV17/NV18 machines.

Note that older powerpc specific tools (pbbuttonsd) have some problems with
this implementation (because the device is not yet there at the start time
of the daemon, and the code makes incorrect assumptions about the max
brightness values). However, IMHO these things can and should be addressed
in the daemon.

Some style/warning fixes applied by Stuart Bennett &lt;stuart@freedesktop.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nouveau: backlight compat fix</title>
<updated>2009-05-07T00:00:41+00:00</updated>
<author>
<name>Stuart Bennett</name>
<email>stuart@freedesktop.org</email>
</author>
<published>2009-05-06T22:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=94d48d038502097ebfa2e33e4a75b9e0e675231d'/>
<id>94d48d038502097ebfa2e33e4a75b9e0e675231d</id>
<content type='text'>
Avoid failure to build on old kernels with CONFIG_BACKLIGHT_CLASS_DEVICE set
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid failure to build on old kernels with CONFIG_BACKLIGHT_CLASS_DEVICE set
</pre>
</div>
</content>
</entry>
<entry>
<title>Move drm_vblank_cleanup() after lastclose.</title>
<updated>2009-03-31T18:36:04+00:00</updated>
<author>
<name>Robert Noland</name>
<email>rnoland@2hip.net</email>
</author>
<published>2009-03-31T18:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=51d6346f9f3c425f49e57d185530c6bcaeb94f5e'/>
<id>51d6346f9f3c425f49e57d185530c6bcaeb94f5e</id>
<content type='text'>
This may prevent a possible panic on shutdown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may prevent a possible panic on shutdown.
</pre>
</div>
</content>
</entry>
<entry>
<title>nouveau: add linux compat defines for PCI config access, use them for nvidia IGPs</title>
<updated>2009-03-25T02:50:34+00:00</updated>
<author>
<name>Stuart Bennett</name>
<email>stuart@freedesktop.org</email>
</author>
<published>2009-03-24T23:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=03ca202fa56ad7711ad0f7527a1e537154093e8a'/>
<id>03ca202fa56ad7711ad0f7527a1e537154093e8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drm: drop Linux &lt; 2.6.21 support</title>
<updated>2009-03-03T20:42:51+00:00</updated>
<author>
<name>Pekka Paalanen</name>
<email>pq@iki.fi</email>
</author>
<published>2009-03-03T20:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=e4b065ad9a0834fb646baf5a6051902d15716e5e'/>
<id>e4b065ad9a0834fb646baf5a6051902d15716e5e</id>
<content type='text'>
This also means, that DRM_FULL_MM_COMPAT is always defined,
so it is dropped, too.

Signed-off-by: Pekka Paalanen &lt;pq@iki.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also means, that DRM_FULL_MM_COMPAT is always defined,
so it is dropped, too.

Signed-off-by: Pekka Paalanen &lt;pq@iki.fi&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm, via: drop Linux &lt; 2.6.20 support</title>
<updated>2009-03-03T20:20:59+00:00</updated>
<author>
<name>Pekka Paalanen</name>
<email>pq@iki.fi</email>
</author>
<published>2009-03-03T20:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=a6b28a86a6141259583c3699d1a2d9b26e366ba8'/>
<id>a6b28a86a6141259583c3699d1a2d9b26e366ba8</id>
<content type='text'>
Signed-off-by: Pekka Paalanen &lt;pq@iki.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pekka Paalanen &lt;pq@iki.fi&gt;
</pre>
</div>
</content>
</entry>
</feed>
