Searched refs:hw_done (Results 1 – 8 of 8) sorted by relevance
1577 !try_wait_for_completion(&old_plane_state->commit->hw_done)) in drm_atomic_helper_async_check()1813 init_completion(&commit->hw_done); in init_commit()2007 ret = wait_for_completion_timeout(&commit->hw_done, in drm_atomic_helper_wait_for_dependencies()2028 ret = wait_for_completion_timeout(&commit->hw_done, in drm_atomic_helper_wait_for_dependencies()2049 ret = wait_for_completion_timeout(&commit->hw_done, in drm_atomic_helper_wait_for_dependencies()2144 complete_all(&commit->hw_done); in drm_atomic_helper_commit_hw_done()2148 complete_all(&old_state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done()2178 WARN_ON(!try_wait_for_completion(&commit->hw_done)); in drm_atomic_helper_commit_cleanup_done()2586 ret = wait_for_completion_interruptible(&commit->hw_done); in drm_atomic_helper_swap_state()2597 ret = wait_for_completion_interruptible(&commit->hw_done); in drm_atomic_helper_swap_state()[all …]
369 u32 xfer_done, xfer_req, hw_done; in msm_hdmi_hdcp_hw_ddc_clean() local385 hw_done = ddc_hw_status & HDMI_DDC_HW_STATUS_DONE; in msm_hdmi_hdcp_hw_ddc_clean()386 hw_not_ready = !xfer_done || xfer_req || !hw_done; in msm_hdmi_hdcp_hw_ddc_clean()
110 struct completion hw_done; member
3408 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_hdmi_reset_link()
4662 ret = wait_for_completion_interruptible(&commit->hw_done); in i915_fifo_underrun_reset_write()
4202 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_dp_retrain_link()
13503 !try_wait_for_completion(&old_plane_state->commit->hw_done)) in intel_legacy_cursor_update()
4782 ret = wait_for_completion_interruptible_timeout(&commit->hw_done, 10*HZ); in do_aquire_global_lock()