<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/drivers/gpu, branch v3.7-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v3.7-rc3</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v3.7-rc3'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2012-10-24T15:41:57Z</updated>
<entry>
<title>drm/radeon: fix ATPX regression in acpi rework</title>
<updated>2012-10-24T15:41:57Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2012-10-23T21:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=0b90365e7a32317b948583c4b5c2712d84610b08'/>
<id>urn:sha1:0b90365e7a32317b948583c4b5c2712d84610b08</id>
<content type='text'>
Copy and paste typo in the apci rework.

Fixes:
https://bugzilla.kernel.org/show_bug.cgi?id=49351

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: fix ATPX function documentation</title>
<updated>2012-10-24T15:41:57Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2012-10-23T16:42:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=c9bd773c6dd4a52f32e64af5dbbf9b3834f8569a'/>
<id>urn:sha1:c9bd773c6dd4a52f32e64af5dbbf9b3834f8569a</id>
<content type='text'>
The ATPX code no longer handles ATRM.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: move the retry to gem_object_create</title>
<updated>2012-10-24T15:41:56Z</updated>
<author>
<name>Christian König</name>
<email>deathsimple@vodafone.de</email>
</author>
<published>2012-10-23T13:53:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=0fe7158c8a61ffdd71789de054fbee257c34d054'/>
<id>urn:sha1:0fe7158c8a61ffdd71789de054fbee257c34d054</id>
<content type='text'>
When internal users want VRAM we shouldn't return GART memory instead.

Signed-off-by: Christian König &lt;deathsimple@vodafone.de&gt;
Reviewed-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: move size limits to gem_object_create.</title>
<updated>2012-10-24T15:41:56Z</updated>
<author>
<name>Christian König</name>
<email>deathsimple@vodafone.de</email>
</author>
<published>2012-10-23T13:53:18Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6c0d112f1fb4abba724065daa8ffbc9f0e171dc1'/>
<id>urn:sha1:6c0d112f1fb4abba724065daa8ffbc9f0e171dc1</id>
<content type='text'>
Driver internal users shouldn't be limited in their allocation size.

Signed-off-by: Christian König &lt;deathsimple@vodafone.de&gt;
Reviewed-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: use vzalloc for gart pages</title>
<updated>2012-10-24T15:41:55Z</updated>
<author>
<name>Christian König</name>
<email>deathsimple@vodafone.de</email>
</author>
<published>2012-10-23T13:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=59240ee3e8f0dbd3d35db90cc4960143cb14be85'/>
<id>urn:sha1:59240ee3e8f0dbd3d35db90cc4960143cb14be85</id>
<content type='text'>
When allocating more than 2GB of GART the array of pages
gets to big for kzalloc, use vzalloc instead.

Signed-off-by: Christian König &lt;deathsimple@vodafone.de&gt;
Reviewed-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: fix and simplify pot argument checks v3</title>
<updated>2012-10-24T15:41:11Z</updated>
<author>
<name>Christian König</name>
<email>deathsimple@vodafone.de</email>
</author>
<published>2012-10-23T13:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=1bcb04f758c7d3ab9a454525c004bdb8c0fccd98'/>
<id>urn:sha1:1bcb04f758c7d3ab9a454525c004bdb8c0fccd98</id>
<content type='text'>
GART and VRAM size limits need to be a power of two.
Fix values greater than 1GB and simplify those checks a bit.

v2: also fix radeon_vram_limit usage, and simplify test even more.
v3: agd5f: fix spelling as noticed by Klaus Schnass

Signed-off-by: Christian König &lt;deathsimple@vodafone.de&gt;
Reviewed-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: fix header size estimation in VM code</title>
<updated>2012-10-23T14:23:51Z</updated>
<author>
<name>Christian König</name>
<email>deathsimple@vodafone.de</email>
</author>
<published>2012-10-22T15:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=08eda32b13c045b6219464764d6028d86d3c58a8'/>
<id>urn:sha1:08eda32b13c045b6219464764d6028d86d3c58a8</id>
<content type='text'>
Only NI uses 3dw headers, SI uses 4dw headers.

Signed-off-by: Christian König &lt;deathsimple@vodafone.de&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: remove set_page check from VM code</title>
<updated>2012-10-23T14:23:51Z</updated>
<author>
<name>Christian König</name>
<email>deathsimple@vodafone.de</email>
</author>
<published>2012-10-22T15:42:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=204a393c5b88106d7485e20ec834add1013e410a'/>
<id>urn:sha1:204a393c5b88106d7485e20ec834add1013e410a</id>
<content type='text'>
It's better to handle this in the chipset specific code.

Signed-off-by: Christian König &lt;deathsimple@vodafone.de&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: fix si_set_page v2</title>
<updated>2012-10-23T14:23:51Z</updated>
<author>
<name>Christian König</name>
<email>deathsimple@vodafone.de</email>
</author>
<published>2012-10-22T15:42:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=d7025d893897da3e2c26943c57e40d2296146f82'/>
<id>urn:sha1:d7025d893897da3e2c26943c57e40d2296146f82</id>
<content type='text'>
Handle requests that won't fit into a single packet.

v2: pe needs to increase as well.

Signed-off-by: Christian König &lt;deathsimple@vodafone.de&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: fix cayman_vm_set_page v2</title>
<updated>2012-10-23T14:23:50Z</updated>
<author>
<name>Christian König</name>
<email>deathsimple@vodafone.de</email>
</author>
<published>2012-10-22T15:42:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=f9fdffa51dff6744726507c641d8151fadbc7cd7'/>
<id>urn:sha1:f9fdffa51dff6744726507c641d8151fadbc7cd7</id>
<content type='text'>
Handle requests that won't fit into a single packet.

v2: pe needs to increase as well.

Signed-off-by: Christian König &lt;deathsimple@vodafone.de&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
</feed>
