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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h 38 * struct drm_crtc_commit - track modeset commits on a CRTC
73 struct drm_crtc_commit { struct
178 struct drm_crtc_commit *commit;
372 struct drm_crtc_commit *fake_commit;
394 static inline struct drm_crtc_commit *drm_crtc_commit_get(struct drm_crtc_commit *commit)
407 static inline void drm_crtc_commit_put(struct drm_crtc_commit *commit)
drm_crtc.h 376 struct drm_crtc_commit *commit;
1040 * &struct drm_crtc_commit.
1047 * List of &drm_crtc_commit structures tracking pending commits.
1057 * &drm_crtc_commit.cleanup_done."
drm_plane.h 225 struct drm_crtc_commit *commit;
682 * &struct drm_crtc_commit.
drm_connector.h 575 struct drm_crtc_commit *commit;
1381 * &struct drm_crtc_commit.
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_crc.c 150 struct drm_crtc_commit *commit;
169 struct drm_crtc_commit, commit_entry);
amdgpu_dm.c 7243 struct drm_crtc_commit *commit;
7258 struct drm_crtc_commit, commit_entry);
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 1527 struct drm_crtc_commit *commit = old_state->crtcs[i].commit;
1877 * Nonblocking atomic commits should use struct &drm_crtc_commit to sequence
1923 * using the &drm_crtc_commit infrastructure as needed. See
1929 struct drm_crtc_commit *commit, *stall_commit = NULL;
1973 struct drm_crtc_commit *commit = container_of(completion,
1980 static void init_commit(struct drm_crtc_commit *commit, struct drm_crtc *crtc)
1990 static struct drm_crtc_commit *
2044 * using the core structure &drm_crtc_commit.
2064 struct drm_crtc_commit *commit;
2167 struct drm_crtc_commit *commit
    [all...]
drm_atomic.c 52 struct drm_crtc_commit *commit =
53 container_of(kref, struct drm_crtc_commit, ref);
705 * drivers might need to keep track of struct drm_crtc_commit within subclassed
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 4123 struct drm_crtc_commit *commit;
4199 struct drm_crtc_commit *commit;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 5496 struct drm_crtc_commit *commit;
5499 struct drm_crtc_commit, commit_entry);

Completed in 39 milliseconds