commit | 542f60dc84c6f382a56a0b42dc09aa183198a55f | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Thu Sep 03 17:48:13 2015 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Nov 03 15:02:18 2015 +1000 |
tree | f788e046e8ad1b760b0a91f407a9f42e631eda62 | |
parent | 579b7c58215329803ce184704463de09f0f310ac [diff] |
drm/nouveau/timer: re-introduce nvkm_wait_xsec macros Reintroduce macros allowing us to test a register against a certain mask, since this is the most common usage pattern for the more generic nvkm_xsec macros and makes the code more concise and readable. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>