HomeSort by: relevance | last modified time | path
    Searched refs:hw_done (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 1724 !try_wait_for_completion(&old_plane_state->commit->hw_done))
1983 init_completion(&commit->hw_done);
2177 ret = wait_for_completion_timeout(&commit->hw_done,
2180 DRM_ERROR("[CRTC:%d:%s] hw_done timed out\n",
2198 ret = wait_for_completion_timeout(&commit->hw_done,
2201 DRM_ERROR("[CONNECTOR:%d:%s] hw_done timed out\n",
2219 ret = wait_for_completion_timeout(&commit->hw_done,
2222 DRM_ERROR("[PLANE:%d:%s] hw_done timed out\n",
2304 * it's unsafe to touch new_crtc_state after hw_done,
2314 complete_all(&commit->hw_done);
    [all...]
drm_atomic.c 57 destroy_completion(&commit->hw_done);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_crc.c 183 &commit->hw_done, 10 * HZ);
amdgpu_dm_hdcp.c 218 ret = wait_for_completion_interruptible_timeout(&aconnector->base.state->commit->hw_done, 10 * HZ);
amdgpu_dm.c 7270 ret = wait_for_completion_interruptible_timeout(&commit->hw_done, 10*HZ);
7277 DRM_ERROR("[CRTC:%d:%s] hw_done or flip_done "
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h 51 * signal hw_done
67 * ordering between &flip_done and &hw_done is entirely up to the specific driver
96 * that for most hardware, in most cases this happens after @hw_done is
105 * @hw_done:
120 struct completion hw_done; member in struct:drm_crtc_commit
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 4138 ret = wait_for_completion_interruptible(&commit->hw_done);
4209 ret = wait_for_completion_interruptible(&commit->hw_done);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_ddi.c 4587 !try_wait_for_completion(&conn_state->commit->hw_done))
intel_dp.c 5161 !try_wait_for_completion(&conn_state->commit->hw_done))
intel_display.c 15415 * - schedule that vblank worker _before_ calling hw_done
16029 !try_wait_for_completion(&old_plane_state->uapi.commit->hw_done))

Completed in 44 milliseconds