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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic_helper.h 108 void drm_atomic_helper_commit_hw_done(struct drm_atomic_state *state);
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_display.c 340 drm_atomic_helper_commit_hw_done(state);
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 1571 drm_atomic_helper_commit_hw_done(old_state);
1602 drm_atomic_helper_commit_hw_done(old_state);
1640 * drm_atomic_helper_commit_hw_done() so figure out which crtc's have
2030 * drm_atomic_helper_commit_hw_done(). After this step the driver is not allowed
2153 * drm_atomic_helper_commit_hw_done()) and executed by the hardware (as signalled
2276 * drm_atomic_helper_commit_hw_done - setup possible nonblocking commit
2290 void drm_atomic_helper_commit_hw_done(struct drm_atomic_state *old_state) function in typeref:typename:void
2322 EXPORT_SYMBOL(drm_atomic_helper_commit_hw_done);
2760 * before drm_atomic_helper_commit_hw_done() is called.
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 2151 drm_atomic_helper_commit_hw_done(state);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 7112 * mark consumed event for drm_atomic_helper_commit_hw_done
7125 drm_atomic_helper_commit_hw_done(state);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 15411 /* FIXME: We should call drm_atomic_helper_commit_hw_done() here
15474 drm_atomic_helper_commit_hw_done(&state->base);

Completed in 33 milliseconds