<feed xmlns='http://www.w3.org/2005/Atom'>
<title>renesas/drm.git/libkms, 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>kms: Allow compiling libkms without Intel support</title>
<updated>2013-06-27T08:01:15+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2012-11-01T09:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=7214db763ab952771b10d8fdf72b902718f35902'/>
<id>7214db763ab952771b10d8fdf72b902718f35902</id>
<content type='text'>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Reviewed-by: Jakob Bornecrantz &lt;jakob@vmware.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Reviewed-by: Jakob Bornecrantz &lt;jakob@vmware.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kms: Return a negative error code in kms_bo_create()</title>
<updated>2013-04-18T14:07:01+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2012-11-01T09:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=aa4afdf0b3be20aa6037b64f90983ea0146b2893'/>
<id>aa4afdf0b3be20aa6037b64f90983ea0146b2893</id>
<content type='text'>
The function returns returns 0 on success or a negative value in case of an
error, except when given invalid attributes in which case it returns the
positive EINVAL value. Replace that with -EINVAL to allow the caller to detect
errors with a &lt; 0 check.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Reviewed-by: Jakob Bornecrantz &lt;wallbraker@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function returns returns 0 on success or a negative value in case of an
error, except when given invalid attributes in which case it returns the
positive EINVAL value. Replace that with -EINVAL to allow the caller to detect
errors with a &lt; 0 check.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Reviewed-by: Jakob Bornecrantz &lt;wallbraker@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kms: Make libkms.h usable in C++</title>
<updated>2013-04-18T14:05:53+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2012-11-01T09:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=9fa4a4b1a894fa8fffe2075bc3376b7fa5e18104'/>
<id>9fa4a4b1a894fa8fffe2075bc3376b7fa5e18104</id>
<content type='text'>
Wrap the header in extern "C" { ... };.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Reviewed-by: Jakob Bornecrantz &lt;wallbraker@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap the header in extern "C" { ... };.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Reviewed-by: Jakob Bornecrantz &lt;wallbraker@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libkms: return -EINVAL on fstat error</title>
<updated>2013-01-02T15:57:07+00:00</updated>
<author>
<name>Maxime Villard</name>
<email>rustyBSD@gmx.fr</email>
</author>
<published>2013-01-02T15:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=baf0a7daafc7636106e1b19267ed22e22b1a2283'/>
<id>baf0a7daafc7636106e1b19267ed22e22b1a2283</id>
<content type='text'>
On error fstat return -1, instead return -EINVAL to caller

Signed-off-by: Maxime Villard &lt;rustyBSD@gmx.fr&gt;
Signed-off-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On error fstat return -1, instead return -EINVAL to caller

Signed-off-by: Maxime Villard &lt;rustyBSD@gmx.fr&gt;
Signed-off-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libkms: fix memory leak in error path</title>
<updated>2013-01-02T15:55:50+00:00</updated>
<author>
<name>Maxime Villard</name>
<email>rustyBSD@gmx.fr</email>
</author>
<published>2013-01-02T15:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=1f4b5e11e638fc87bd0ac8e3530b407211b76d45'/>
<id>1f4b5e11e638fc87bd0ac8e3530b407211b76d45</id>
<content type='text'>
Signed-off-by: Maxime Villard &lt;rustyBSD@gmx.fr&gt;
Signed-off-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Maxime Villard &lt;rustyBSD@gmx.fr&gt;
Signed-off-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libkms: link against libdrm</title>
<updated>2012-09-07T22:50:22+00:00</updated>
<author>
<name>Marcin Slusarz</name>
<email>marcin.slusarz@gmail.com</email>
</author>
<published>2012-09-07T22:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=9c3c95fc0cb0945492279f0c7dcc0c2b1e8f463d'/>
<id>9c3c95fc0cb0945492279f0c7dcc0c2b1e8f463d</id>
<content type='text'>
Signed-off-by: Marcin Slusarz &lt;marcin.slusarz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Marcin Slusarz &lt;marcin.slusarz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libkms: All current BO_TYPE are 32bpp</title>
<updated>2011-05-14T10:17:23+00:00</updated>
<author>
<name>Chris Wilson</name>
<email>chris@chris-wilson.co.uk</email>
</author>
<published>2011-05-14T10:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=61be94018ae9c403517d53f69357719224fa6ff3'/>
<id>61be94018ae9c403517d53f69357719224fa6ff3</id>
<content type='text'>
... so request a 32bpp dumb buffer rather than a 16bpp.

Fixes modetest and friends.

Signed-off-by: Chris Wilson &lt;chris@chris-wilson.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... so request a 32bpp dumb buffer rather than a 16bpp.

Fixes modetest and friends.

Signed-off-by: Chris Wilson &lt;chris@chris-wilson.co.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libkms: add dumb support</title>
<updated>2011-03-04T05:25:51+00:00</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2011-02-09T03:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=bb994653667986757b4c906b8f144737667f7374'/>
<id>bb994653667986757b4c906b8f144737667f7374</id>
<content type='text'>
this uses the drm cap interface to check if the dumb ioctl
is supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this uses the drm cap interface to check if the dumb ioctl
is supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>libkms/radeon: Add backend</title>
<updated>2011-02-17T08:26:30+00:00</updated>
<author>
<name>nobled</name>
<email>nobled@dreamwidth.org</email>
</author>
<published>2010-09-09T09:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=ed7d177f66885dfbc4e8410154559c4767fefa9f'/>
<id>ed7d177f66885dfbc4e8410154559c4767fefa9f</id>
<content type='text'>
Todo: What tiling should be set on scanout buffers?

Haven't tested besides compiling it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Todo: What tiling should be set on scanout buffers?

Haven't tested besides compiling it.
</pre>
</div>
</content>
</entry>
<entry>
<title>libkms: Fix include paths</title>
<updated>2010-06-01T18:23:42+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2010-06-01T18:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=ae57dcf6e063860200b7949d5e2365e80ac4aea7'/>
<id>ae57dcf6e063860200b7949d5e2365e80ac4aea7</id>
<content type='text'>
Otherwise xf86drm.h isn't found, or the wrong one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise xf86drm.h isn't found, or the wrong one.
</pre>
</div>
</content>
</entry>
</feed>
