Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/amdgpu: Fix wait for RLCG command completion
if (!(tmp & flag)) condition will always evaluate to true when the flag is 0x0. Instead check that address bits are cleared to determine whether the command is complete. Signed-off-by: Victor Skvortsov <victor.skvortsov@amd.com> (cherry picked from commit 4d3a7668c52401807316c754e575452a8d6573a5) Change-Id: I979ff7334db5c917de7b34feff98699f65ec625a
- Loading branch information