commit | 6b59cc1c86e90cccf8fb0b4dee5fbc226bb82d3e | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Dec 16 16:33:27 2014 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Wed Dec 17 14:27:36 2014 +0100 |
tree | 4150f757c48d659fc7d1c6c15e64e8de2069fd66 | |
parent | ed7dae58de246790f394caea5ef7eecad0e83387 [diff] |
drm/tegra: dc: Fix a potential race on page-flip completion Page-flip completion could race with page-flip submission, so extend the critical section to include all accesses to page-flip related data. Reported-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>