Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c354 u32 xfer_done, xfer_req, hw_done; in msm_hdmi_hdcp_hw_ddc_clean() local
370 hw_done = ddc_hw_status & HDMI_DDC_HW_STATUS_DONE; in msm_hdmi_hdcp_hw_ddc_clean()
371 hw_not_ready = !xfer_done || xfer_req || !hw_done; in msm_hdmi_hdcp_hw_ddc_clean()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_cursor.c842 !try_wait_for_completion(&old_plane_state->uapi.commit->hw_done)) in intel_legacy_cursor_update()
H A Dintel_ddi.c4820 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_hdmi_reset_link()
H A Dintel_dp.c5770 !wait_for_completion_timeout(&conn_state->commit->hw_done, in wait_for_connector_hw_done()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5347 ret = wait_for_completion_interruptible_timeout(&commit->hw_done, 10*HZ); in do_aquire_global_lock()