Searched refs:hw_done (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 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() 2743 * it's unsafe to touch new_crtc_state after hw_done, in drm_atomic_helper_commit_hw_done() 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() 3062 * Signal end of framebuffer access here before hw_done. After hw_done, in drm_atomic_helper_commit_planes() 3271 * We have to stall for hw_done her in drm_atomic_helper_swap_state() [all...] |
| /linux/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi_hdcp.c | 360 u32 xfer_done, xfer_req, hw_done; in msm_hdmi_hdcp_hw_ddc_clean() local 376 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()
|
| /linux/include/drm/ |
| H A D | drm_atomic.h | 48 * signal hw_done 64 * ordering between &flip_done and &hw_done is entirely up to the specific driver 95 * that for most hardware, in most cases this happens after @hw_done is 104 * @hw_done: 119 struct completion hw_done; member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_hdcp.c | 370 ret = wait_for_completion_interruptible_timeout(&conn_state->commit->hw_done, in event_property_update()
|
| H A D | amdgpu_dm.c | 11760 ret = wait_for_completion_interruptible_timeout(&commit->hw_done, 10*HZ); 11767 drm_err(dev, "[CRTC:%d:%s] hw_done or flip_done timed out\n", in should_reset_plane()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp.c | 5919 !wait_for_completion_timeout(&conn_state->commit->hw_done,
|