commit | 54e03986133468e02cb01b76215e4d53a9cf6380 | [log] [tgz] |
---|---|---|
author | Grigori Goronzy <greg@chown.ath.cx> | Fri Jul 03 01:54:11 2015 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jul 08 12:41:40 2015 -0400 |
tree | 5578bf705457fa69ddd6ff65f512f167cd753fd6 | |
parent | 828202a382a06eda74202d4888d01a1078c68922 [diff] |
drm/radeon: fix HDP flushing 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 races. Reviewed-by: Christian König <christian.koenig@amd.com> Cc: stable@vger.kernel.org Signed-off-by: Grigori Goronzy <greg@chown.ath.cx> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>