Searched refs:hw_done (Results 1 – 6 of 6) sorted by relevance
2163 !try_wait_for_completion(&old_plane_state->commit->hw_done)) { in drm_atomic_helper_async_check()2437 init_completion(&commit->hw_done); in init_commit()2753 complete_all(&commit->hw_done); in drm_atomic_helper_commit_hw_done()2757 complete_all(&state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done()2787 WARN_ON(!try_wait_for_completion(&commit->hw_done)); in drm_atomic_helper_commit_cleanup_done()2796 WARN_ON(!try_wait_for_completion(&state->fake_commit->hw_done)); in drm_atomic_helper_commit_cleanup_done()3285 ret = wait_for_completion_interruptible(&commit->hw_done); in drm_atomic_helper_swap_state()3296 ret = wait_for_completion_interruptible(&commit->hw_done); in drm_atomic_helper_swap_state()3307 ret = wait_for_completion_interruptible(&commit->hw_done); in drm_atomic_helper_swap_state()
360 u32 xfer_done, xfer_req, hw_done; in msm_hdmi_hdcp_hw_ddc_clean() local376 hw_done = ddc_hw_status & HDMI_DDC_HW_STATUS_DONE; in msm_hdmi_hdcp_hw_ddc_clean()377 hw_not_ready = !xfer_done || xfer_req || !hw_done; in msm_hdmi_hdcp_hw_ddc_clean()
119 struct completion hw_done; member
367 ret = wait_for_completion_interruptible_timeout(&conn_state->commit->hw_done, in event_property_update()
11372 ret = wait_for_completion_interruptible_timeout(&commit->hw_done, 10*HZ); in do_aquire_global_lock()
5759 !wait_for_completion_timeout(&conn_state->commit->hw_done, in wait_for_connector_hw_done()