/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 1758 !try_wait_for_completion(&old_plane_state->commit->hw_done)) in drm_atomic_helper_async_check() 2017 init_completion(&commit->hw_done); in init_commit() 2211 ret = wait_for_completion_timeout(&commit->hw_done, in drm_atomic_helper_wait_for_dependencies() 2214 DRM_ERROR("[CRTC:%d:%s] hw_done timed out\n", in drm_atomic_helper_wait_for_dependencies() 2232 ret = wait_for_completion_timeout(&commit->hw_done, in drm_atomic_helper_wait_for_dependencies() 2235 DRM_ERROR("[CONNECTOR:%d:%s] hw_done timed out\n", in drm_atomic_helper_wait_for_dependencies() 2253 ret = wait_for_completion_timeout(&commit->hw_done, in drm_atomic_helper_wait_for_dependencies() 2256 DRM_ERROR("[PLANE:%d:%s] hw_done timed out\n", in drm_atomic_helper_wait_for_dependencies() 2340 * it's unsafe to touch new_crtc_state after hw_done, in drm_atomic_helper_commit_hw_done() 2350 complete_all(&commit->hw_done); in drm_atomic_helper_commit_hw_done() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 1921 !try_wait_for_completion(&old_plane_state->commit->hw_done)) { in drm_atomic_helper_async_check() 2195 init_completion(&commit->hw_done); in init_commit() 2503 * it's unsafe to touch new_crtc_state after hw_done, in drm_atomic_helper_commit_hw_done() 2513 complete_all(&commit->hw_done); in drm_atomic_helper_commit_hw_done() 2517 complete_all(&old_state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done() 2547 WARN_ON(!try_wait_for_completion(&commit->hw_done)); in drm_atomic_helper_commit_cleanup_done() 2556 WARN_ON(!try_wait_for_completion(&old_state->fake_commit->hw_done)); in drm_atomic_helper_commit_cleanup_done() 2822 * Signal end of framebuffer access here before hw_done. After hw_done, in drm_atomic_helper_commit_planes() 3029 * We have to stall for hw_done her in drm_atomic_helper_swap_state() [all...] |
H A D | drm_atomic.c | 77 ret = wait_for_completion_timeout(&commit->hw_done, timeout); in drm_crtc_commit_wait() 79 drm_err(commit->crtc->dev, "hw_done timed out\n"); in drm_crtc_commit_wait()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_crc.c | 178 &commit->hw_done, 10 * HZ); in amdgpu_dm_crtc_set_crc_source()
|
H A D | amdgpu_dm_hdcp.c | 293 ret = wait_for_completion_interruptible_timeout(&aconnector->base.state->commit->hw_done, 10 * HZ); in event_property_update()
|
H A D | amdgpu_dm.c | 8105 ret = wait_for_completion_interruptible_timeout(&commit->hw_done, 10*HZ); 8112 DRM_ERROR("[CRTC:%d:%s] hw_done or flip_done "
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | hsw_ips.c | 306 !try_wait_for_completion(&crtc_state->uapi.commit->hw_done)) in hsw_ips_debugfs_false_color_set()
|
H A D | intel_drrs.c | 354 ret = wait_for_completion_interruptible(&commit->hw_done); in intel_drrs_debugfs_ctl_set()
|
H A D | intel_cursor.c | 647 !try_wait_for_completion(&old_plane_state->uapi.commit->hw_done)) in intel_legacy_cursor_update()
|
H A D | intel_display_debugfs.c | 1021 ret = wait_for_completion_interruptible(&commit->hw_done); in i915_fifo_underrun_reset_write()
|
H A D | intel_dp.c | 4296 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_dp_get_active_pipes() 4428 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_dp_prep_phy_test()
|
H A D | intel_ddi.c | 4365 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_hdmi_reset_link()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 93 * that for most hardware, in most cases this happens after @hw_done is 102 * @hw_done: 117 struct completion hw_done; member
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_crc.c | 293 &commit->hw_done, 10 * HZ); in amdgpu_dm_crtc_set_crc_source()
|
H A D | amdgpu_dm_hdcp.c | 329 ret = wait_for_completion_interruptible_timeout(&conn_state->commit->hw_done, in event_property_update()
|
H A D | amdgpu_dm.c | 9148 ret = wait_for_completion_interruptible_timeout(&commit->hw_done, 10*HZ); in do_aquire_global_lock() 9155 DRM_ERROR("[CRTC:%d:%s] hw_done or flip_done timed out\n", in do_aquire_global_lock()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_debugfs.c | 1851 ret = wait_for_completion_interruptible(&commit->hw_done); in i915_drrs_ctl_set() 1923 ret = wait_for_completion_interruptible(&commit->hw_done); in i915_fifo_underrun_reset_write()
|
H A D | intel_ddi.c | 4786 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_hdmi_reset_link()
|
H A D | intel_dp.c | 5822 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_dp_prep_link_retrain()
|
H A D | intel_display.c | 15632 * - schedule that vblank worker _before_ calling hw_done in intel_atomic_commit_tail() 16246 !try_wait_for_completion(&old_plane_state->uapi.commit->hw_done)) in intel_legacy_cursor_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.c | 378 !try_wait_for_completion(&conn_state->commit->hw_done)) { in vc4_hdmi_reset_link()
|