[PATCH 5/8] drm/tegra: dc: Fix a potential race on page-flip completion

2014-12-18 Thread Alexandre Courbot
On Wed, Dec 17, 2014 at 1:15 AM, Thierry Reding wrote: > From: Thierry Reding > > 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 > Signed-off-by: Thierry Reding

[PATCH 5/8] drm/tegra: dc: Fix a potential race on page-flip completion

2014-12-16 Thread Thierry Reding
From: Thierry Reding 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 Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/dc.c | 10 +++--- 1