commit | a529ea19aadb7a3bbcce3335ed4671adbe275b22 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Thu Oct 19 16:49:30 2017 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Oct 20 16:55:10 2017 +0100 |
tree | 1e9344dd88faad113c613d5f0392dda74778bd53 | |
parent | 49806599c31d77b1050022aeb3da3051cd9f85f6 [diff] |
iommu/arm-smmu-v3: Consolidate identical timeouts We have separate (identical) timeout values for polling for a queue to drain and waiting for an MSI to signal CMD_SYNC completion. In reality, we only wait for the command queue to drain if we're waiting on a sync, so just merged these two timeouts into a single constant. Signed-off-by: Will Deacon <will.deacon@arm.com>