hw_done 6561 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c ret = wait_for_completion_interruptible_timeout(&commit->hw_done, 10*HZ); hw_done 173 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c &commit->hw_done, 10 * HZ); hw_done 1694 drivers/gpu/drm/drm_atomic_helper.c !try_wait_for_completion(&old_plane_state->commit->hw_done)) hw_done 1941 drivers/gpu/drm/drm_atomic_helper.c init_completion(&commit->hw_done); hw_done 2135 drivers/gpu/drm/drm_atomic_helper.c ret = wait_for_completion_timeout(&commit->hw_done, hw_done 2156 drivers/gpu/drm/drm_atomic_helper.c ret = wait_for_completion_timeout(&commit->hw_done, hw_done 2177 drivers/gpu/drm/drm_atomic_helper.c ret = wait_for_completion_timeout(&commit->hw_done, hw_done 2272 drivers/gpu/drm/drm_atomic_helper.c complete_all(&commit->hw_done); hw_done 2276 drivers/gpu/drm/drm_atomic_helper.c complete_all(&old_state->fake_commit->hw_done); hw_done 2306 drivers/gpu/drm/drm_atomic_helper.c WARN_ON(!try_wait_for_completion(&commit->hw_done)); hw_done 2315 drivers/gpu/drm/drm_atomic_helper.c WARN_ON(!try_wait_for_completion(&old_state->fake_commit->hw_done)); hw_done 2727 drivers/gpu/drm/drm_atomic_helper.c ret = wait_for_completion_interruptible(&commit->hw_done); hw_done 2738 drivers/gpu/drm/drm_atomic_helper.c ret = wait_for_completion_interruptible(&commit->hw_done); hw_done 2749 drivers/gpu/drm/drm_atomic_helper.c ret = wait_for_completion_interruptible(&commit->hw_done); hw_done 4117 drivers/gpu/drm/i915/display/intel_ddi.c !try_wait_for_completion(&conn_state->commit->hw_done)) hw_done 14717 drivers/gpu/drm/i915/display/intel_display.c !try_wait_for_completion(&old_plane_state->commit->hw_done)) hw_done 4832 drivers/gpu/drm/i915/display/intel_dp.c !try_wait_for_completion(&conn_state->commit->hw_done)) hw_done 4190 drivers/gpu/drm/i915/i915_debugfs.c ret = wait_for_completion_interruptible(&commit->hw_done); hw_done 4261 drivers/gpu/drm/i915/i915_debugfs.c ret = wait_for_completion_interruptible(&commit->hw_done); hw_done 360 drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c u32 xfer_done, xfer_req, hw_done; hw_done 376 drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c hw_done = ddc_hw_status & HDMI_DDC_HW_STATUS_DONE; hw_done 377 drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c hw_not_ready = !xfer_done || xfer_req || !hw_done; hw_done 111 include/drm/drm_atomic.h struct completion hw_done;