Home
last modified time | relevance | path

Searched refs:hw_done (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/gpu/drm/
H A Ddrm_atomic_helper.c1962 !try_wait_for_completion(&old_plane_state->commit->hw_done)) { in drm_atomic_helper_async_check()
2236 init_completion(&commit->hw_done); in init_commit()
2553 complete_all(&commit->hw_done); in drm_atomic_helper_commit_hw_done()
2557 complete_all(&state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done()
2587 WARN_ON(!try_wait_for_completion(&commit->hw_done)); in drm_atomic_helper_commit_cleanup_done()
2596 WARN_ON(!try_wait_for_completion(&state->fake_commit->hw_done)); in drm_atomic_helper_commit_cleanup_done()
3083 ret = wait_for_completion_interruptible(&commit->hw_done); in drm_atomic_helper_swap_state()
3094 ret = wait_for_completion_interruptible(&commit->hw_done); in drm_atomic_helper_swap_state()
3105 ret = wait_for_completion_interruptible(&commit->hw_done); in drm_atomic_helper_swap_state()
H A Ddrm_atomic.c76 ret = wait_for_completion_timeout(&commit->hw_done, timeout); in drm_crtc_commit_wait()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dhsw_ips.c327 !try_wait_for_completion(&crtc_state->uapi.commit->hw_done)) in hsw_ips_debugfs_false_color_set()
H A Dintel_drrs.c371 ret = wait_for_completion_interruptible(&commit->hw_done); in intel_drrs_debugfs_ctl_set()
H A Dintel_dp_test.c441 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_dp_prep_phy_test()
H A Dintel_cursor.c852 !try_wait_for_completion(&old_plane_state->uapi.commit->hw_done)) in intel_legacy_cursor_update()
H A Dintel_display_debugfs.c785 ret = wait_for_completion_interruptible(&commit->hw_done); in i915_fifo_underrun_reset_write()
H A Dintel_ddi.c4706 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_hdmi_reset_link()
H A Dintel_dp.c5165 !wait_for_completion_timeout(&conn_state->commit->hw_done, in wait_for_connector_hw_done()
/linux-6.15/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c360 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-6.15/include/drm/
H A Ddrm_atomic.h119 struct completion hw_done; member
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c332 ret = wait_for_completion_interruptible_timeout(&conn_state->commit->hw_done, in event_property_update()
H A Damdgpu_dm_crc.c585 &commit->hw_done, 10 * HZ); in amdgpu_dm_crtc_set_crc_source()
H A Damdgpu_dm.c10623 ret = wait_for_completion_interruptible_timeout(&commit->hw_done, 10*HZ); in do_aquire_global_lock()
/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c323 !try_wait_for_completion(&conn_state->commit->hw_done)) { in vc4_hdmi_reset_link()