<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/gpu, branch v4.3.6</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v4.3.6</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v4.3.6'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2016-02-19T22:28:38+00:00</updated>
<entry>
<title>drm/nouveau/pmu: do not assume a PMU is present</title>
<updated>2016-02-19T22:28:38+00:00</updated>
<author>
<name>Alexandre Courbot</name>
<email>acourbot@nvidia.com</email>
</author>
<published>2015-09-03T08:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=233ffe57007a91dd2f517ac60aa668979c404dbd'/>
<id>urn:sha1:233ffe57007a91dd2f517ac60aa668979c404dbd</id>
<content type='text'>
commit 579b7c58215329803ce184704463de09f0f310ac upstream.

Some devices may not have a PMU. Avoid a NULL pointer dereference in
such cases by checking whether the pointer given to nvkm_pmu_pgob() is
valid.

Signed-off-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;
Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

</content>
</entry>
<entry>
<title>drm: Correct arguments to list_tail_add in create blob ioctl</title>
<updated>2015-10-31T00:22:26+00:00</updated>
<author>
<name>Maneet Singh</name>
<email>mmaneetsingh@nvidia.com</email>
</author>
<published>2015-10-08T14:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8731b269f01e16193390c7276e70530366b8d626'/>
<id>urn:sha1:8731b269f01e16193390c7276e70530366b8d626</id>
<content type='text'>
Arguments passed to list_add_tail were reversed resulting in deletion
of old blob property everytime the new one is added.

Fixes

commit e2f5d2ea479b9b2619965d43db70939589afe43a
Author: Daniel Stone &lt;daniels@collabora.com&gt;
Date:   Fri May 22 13:34:51 2015 +0100

    drm/mode: Add user blob-creation ioctl

Signed-off-by: Maneet Singh &lt;mmaneetsingh@nvidia.com&gt;
[seanpaul tweaked commit subject a little]
Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;
Cc: stable@kernel.org # v4.2
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@gmail.com&gt;
</content>
</entry>
<entry>
<title>drm: crtc: integer overflow in drm_property_create_blob()</title>
<updated>2015-10-31T00:00:05+00:00</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2015-10-29T13:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9ac0934bbe52290e4e4c2a58ec41cab9b6ca8c96'/>
<id>urn:sha1:9ac0934bbe52290e4e4c2a58ec41cab9b6ca8c96</id>
<content type='text'>
The size here comes from the user via the ioctl, it is a number between
1-u32max so the addition here could overflow on 32 bit systems.

Fixes: f453ba046074 ('DRM: add mode setting support')
Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Cc: stable@kernel.org # v4.2
Signed-off-by: Dave Airlie &lt;airlied@gmail.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: fix dpms when driver backlight control is disabled</title>
<updated>2015-10-29T15:13:40+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2015-10-27T14:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ae93580ee59c02395c1711d3e6b90546b8137b86'/>
<id>urn:sha1:ae93580ee59c02395c1711d3e6b90546b8137b86</id>
<content type='text'>
If driver backlight control is disabled, either by driver
parameter or default per-asic setting, revert to the old behavior.

Fixes a regression in commit:
4281f46ef839050d2ef60348f661eb463c21cc2e

Reviewed-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Cc: stable@vger.kernel.org
</content>
</entry>
<entry>
<title>drm/radeon: move bl encoder assignment into bl init</title>
<updated>2015-10-29T15:13:18+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2015-10-28T18:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4cee6a9057d5e13911f0cb6e143d11dc1a3245dd'/>
<id>urn:sha1:4cee6a9057d5e13911f0cb6e143d11dc1a3245dd</id>
<content type='text'>
So that the bl encoder will be null if the GPU does not
control the backlight.

Reviewed-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Cc: stable@vger.kernel.org
</content>
</entry>
<entry>
<title>Merge branch 'vmwgfx-fixes-4.3' of git://people.freedesktop.org/~thomash/linux</title>
<updated>2015-10-24T19:02:33+00:00</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2015-10-24T19:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=22ca7ca52e80524360b43944a0556b2a6dc1aa21'/>
<id>urn:sha1:22ca7ca52e80524360b43944a0556b2a6dc1aa21</id>
<content type='text'>
I'm not sure whether this patch comes in too late, but it would be good to
have it in. It stabilizes command submission in case of command buffer errors.

* 'vmwgfx-fixes-4.3' of git://people.freedesktop.org/~thomash/linux:
  drm/vmwgfx: Stabilize the command buffer submission code
</content>
</entry>
<entry>
<title>drm/amdgpu: don't try to recreate sysfs entries on resume</title>
<updated>2015-10-23T14:45:35+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2015-10-23T14:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c86f5ebfbd147d1a228ab89ee1658e18939bd7ad'/>
<id>urn:sha1:c86f5ebfbd147d1a228ab89ee1658e18939bd7ad</id>
<content type='text'>
Fixes an error on resume caused by:
fa022a9b65d2886486a022fd66b20c823cd76ad9

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Cc: stable@vger.kernel.org
</content>
</entry>
<entry>
<title>drm/radeon: don't try to recreate sysfs entries on resume</title>
<updated>2015-10-23T14:38:52+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2015-10-23T14:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=49abb26651167c892393cd9f2ad23df429645ed9'/>
<id>urn:sha1:49abb26651167c892393cd9f2ad23df429645ed9</id>
<content type='text'>
Fixes a harmless error message caused by:
51a4726b04e880fdd9b4e0e58b13f70b0a68a7f5

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Cc: stable@vger.kernel.org
</content>
</entry>
<entry>
<title>drm/amdgpu: stop leaking page flip fence</title>
<updated>2015-10-23T14:30:44+00:00</updated>
<author>
<name>Christian König</name>
<email>christian.koenig@amd.com</email>
</author>
<published>2015-10-21T19:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=5c92d87d30b23844e6998d8318e4c19ee3a907ac'/>
<id>urn:sha1:5c92d87d30b23844e6998d8318e4c19ee3a907ac</id>
<content type='text'>
reservation_object_get_fences_rcu already takes the references.

Signed-off-by: Christian König &lt;christian.koenig@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Chunming Zhou &lt;david1.zhou@amd.com&gt;
Reviewed-by: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-fixes</title>
<updated>2015-10-22T00:24:55+00:00</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2015-10-22T00:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c50f13f911b90a722308bffbf26187ff3890aa1e'/>
<id>urn:sha1:c50f13f911b90a722308bffbf26187ff3890aa1e</id>
<content type='text'>
Just a crash fix for radeon and amdgpu if the user has forcibly disabled
dpm and tries to access the pwm sysfs controls.

* 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux:
  drm/amdgpu: add missing dpm check for KV dpm late init
  drm/amdgpu/dpm: don't add pwm attributes if DPM is disabled
  drm/radeon/dpm: don't add pwm attributes if DPM is disabled
</content>
</entry>
</feed>
