commit | 1c9498425453bb65ef339a57705c5ef59fe1541d | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Nov 11 09:16:15 2014 +1000 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Nov 11 17:22:26 2014 -0500 |
tree | 293c1d2d23aa2269a67d13d8a5486cc3c6ccf549 | |
parent | 03dca708521d30153fc5c7e2ff136f780a7372c9 [diff] |
drm/radeon: add locking around atombios scratch space usage While developing MST support I noticed I often got the wrong data back from a transaction, in a racy fashion. I noticed the scratch space wasn't locked against concurrent users. Based on a patch by Alex, but I've made it a bit more obvious when things are locked. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org