[PATCH] radeon: workaround pining failure on low ram gpu

2013-11-14 Thread Alex Deucher
On Tue, Nov 12, 2013 at 10:51 AM, wrote: > From: Jerome Glisse > > GPU with low amount of ram can fails at pining new framebuffer before > unpining old one. On such failure, retry with unping old one before > pining new one allowing to work around the issue. This is somewhat > ugly but only

[PATCH] radeon: workaround pining failure on low ram gpu

2013-11-12 Thread j.gli...@gmail.com
From: Jerome Glisse GPU with low amount of ram can fails at pining new framebuffer before unpining old one. On such failure, retry with unping old one before pining new one allowing to work around the issue. This is somewhat ugly but only affect those old GPU we care about.