Searched refs:_wait_for_atomic (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_wait_util.h | 62 #define _wait_for_atomic(COND, US, ATOMIC) \ macro 106 ret__ = _wait_for_atomic((COND), (US), 0); \ 114 _wait_for_atomic((COND), (US), 1); \
|
| H A D | intel_uncore.c | 2746 ret = _wait_for_atomic(done, fast_timeout_us, 0); in __intel_wait_for_register_fw()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_reset.c | 165 err = _wait_for_atomic(i915_in_reset(pdev), 50000, 0); in i915_do_reset() 171 err = _wait_for_atomic(!i915_in_reset(pdev), 50000, 0); in i915_do_reset() 191 return _wait_for_atomic(g4x_reset_complete(pdev), 50000, 0); in g33_do_reset() 208 ret = _wait_for_atomic(g4x_reset_complete(pdev), 50000, 0); in g4x_do_reset() 216 ret = _wait_for_atomic(g4x_reset_complete(pdev), 50000, 0); in g4x_do_reset()
|
| H A D | intel_gt_mcr.c | 864 ret = _wait_for_atomic(done, fast_timeout_us, 0); in intel_gt_mcr_wait_for_reg()
|