<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/gpu/drm/radeon/r600_blit_shaders.h, branch v4.2.2</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>drm/radeon/kms: remove r6xx+ blit copy routines</title>
<updated>2013-08-30T20:29:57+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2013-08-05T16:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4f8629675800505c274bf7d17baefed197a76cd9'/>
<id>4f8629675800505c274bf7d17baefed197a76cd9</id>
<content type='text'>
No longer used now that we use the async dma engines or
CP DMA for bo copies.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No longer used now that we use the async dma engines or
CP DMA for bo copies.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Annotate int2float() as being a pure function.</title>
<updated>2012-09-20T17:10:34+00:00</updated>
<author>
<name>Steven Fuerst</name>
<email>svfuerst@gmail.com</email>
</author>
<published>2012-08-15T22:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9e9eb7c60d57620bfe46b2a489e7f56a5925115a'/>
<id>9e9eb7c60d57620bfe46b2a489e7f56a5925115a</id>
<content type='text'>
This allows gcc to fold duplicate calls into a single call.  Since
the current users do actually call it multiple times with the
same arguments, this is an obvious win.

Signed-off-by: Steven Fuerst &lt;svfuerst@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows gcc to fold duplicate calls into a single call.  Since
the current users do actually call it multiple times with the
same arguments, this is an obvious win.

Signed-off-by: Steven Fuerst &lt;svfuerst@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename i2f() to int2float(), and make it global so one copy can be removed.</title>
<updated>2012-09-20T17:10:33+00:00</updated>
<author>
<name>Steven Fuerst</name>
<email>svfuerst@gmail.com</email>
</author>
<published>2012-08-15T22:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=7ff64fcaa7b7ba62d12758e49643f31dd9e90ece'/>
<id>7ff64fcaa7b7ba62d12758e49643f31dd9e90ece</id>
<content type='text'>
Remove the copy of i2f() in r600_blit_kms.c
We rename the function to something longer now that it is a global
symbol.  This reduces the likelyhood of unintended clashes later.

This might be a candidate for inclusion inside general drm infrastructure.
However, at the moment only the radeon driver uses it.

Signed-off-by: Steven Fuerst &lt;svfuerst@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the copy of i2f() in r600_blit_kms.c
We rename the function to something longer now that it is a global
symbol.  This reduces the likelyhood of unintended clashes later.

This might be a candidate for inclusion inside general drm infrastructure.
However, at the moment only the radeon driver uses it.

Signed-off-by: Steven Fuerst &lt;svfuerst@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/radeon: add some missing copyright headers</title>
<updated>2010-09-13T10:26:04+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexdeucher@gmail.com</email>
</author>
<published>2010-09-09T15:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=27849044ca6ff9c52f63271b511282acf6d1c251'/>
<id>27849044ca6ff9c52f63271b511282acf6d1c251</id>
<content type='text'>
Noticed while adding evergreen blit support.

Signed-off-by: Alex Deucher &lt;alexdeucher@gmail.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Noticed while adding evergreen blit support.

Signed-off-by: Alex Deucher &lt;alexdeucher@gmail.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/radeon/kms: add r600 KMS support</title>
<updated>2009-09-08T01:15:52+00:00</updated>
<author>
<name>Jerome Glisse</name>
<email>jglisse@redhat.com</email>
</author>
<published>2009-09-08T00:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3ce0a23d2d253185df24e22e3d5f89800bb3dd1c'/>
<id>3ce0a23d2d253185df24e22e3d5f89800bb3dd1c</id>
<content type='text'>
This adds the r600 KMS + CS support to the Linux kernel.

The r600 TTM support is quite basic and still needs more
work esp around using interrupts, but the polled fencing
should work okay for now.

Also currently TTM is using memcpy to do VRAM moves,
the code is here to use a 3D blit to do this, but
isn't fully debugged yet.

Authors:
Alex Deucher &lt;alexdeucher@gmail.com&gt;
Dave Airlie &lt;airlied@redhat.com&gt;
Jerome Glisse &lt;jglisse@redhat.com&gt;

Signed-off-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the r600 KMS + CS support to the Linux kernel.

The r600 TTM support is quite basic and still needs more
work esp around using interrupts, but the polled fencing
should work okay for now.

Also currently TTM is using memcpy to do VRAM moves,
the code is here to use a 3D blit to do this, but
isn't fully debugged yet.

Authors:
Alex Deucher &lt;alexdeucher@gmail.com&gt;
Dave Airlie &lt;airlied@redhat.com&gt;
Jerome Glisse &lt;jglisse@redhat.com&gt;

Signed-off-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
