[PATCH 2/3] drm/radeon: fix HDP flushing

2015-07-02 Thread Grigori Goronzy
This was regressed by commit 39e7f6f8, although I don't know of any actual issues caused by it. The storage domain is read without TTM locking now, but the lock never helped to prevent any actual races. Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_gem.c | 1 + 1 file changed,

[PATCH 2/3] drm/radeon: fix HDP flushing

2015-07-02 Thread Greg KH
On Thu, Jul 02, 2015 at 11:41:11AM +0200, Grigori Goronzy wrote: > This was regressed by commit 39e7f6f8, although I don't know of any > actual issues caused by it. > > The storage domain is read without TTM locking now, but the lock > never helped to prevent any actual races. > > Cc: stable at