Searched refs:_wait_for_atomic (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
H A D | i915_utils.h | 279 #define _wait_for_atomic(COND, US, ATOMIC) \ macro 323 ret__ = _wait_for_atomic((COND), (US), 0); \ 331 _wait_for_atomic((COND), (US), 1); \
|
H A D | intel_uncore.c | 2743 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 | 168 err = _wait_for_atomic(i915_in_reset(pdev), 50000, 0); in i915_do_reset() 174 err = _wait_for_atomic(!i915_in_reset(pdev), 50000, 0); in i915_do_reset() 194 return _wait_for_atomic(g4x_reset_complete(pdev), 50000, 0); in g33_do_reset() 211 ret = _wait_for_atomic(g4x_reset_complete(pdev), 50000, 0); in g4x_do_reset() 219 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()
|