commit | 97b6ff6be9da7675aab339334fda996d6c5077d9 | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Tue Nov 12 10:51:16 2013 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Nov 15 15:29:33 2013 -0500 |
tree | 717bf1938ad3eba008d734246baa20b68fa5ab68 | |
parent | fae009d15a44e5f1d938340facf4b8bc7dc69a09 [diff] |
radeon: workaround pinning failure on low ram gpu GPU with low amount of ram can fails at pinning new framebuffer before unpinning old one. On such failure, retry with unpinning old one before pinning new one allowing to work around the issue. This is somewhat ugly but only affect those old GPU we care about. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org