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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic_helper.h 100 int __must_check drm_atomic_helper_swap_state(struct drm_atomic_state *state,
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 1378 * drm_atomic_helper_swap_state() so it uses the current plane state (and
1384 * drm_atomic_helper_swap_state() is called, but for blocking commits we want
1386 * before we call drm_atomic_helper_swap_state().
1836 ret = drm_atomic_helper_swap_state(state, true);
1847 * drm_atomic_helper_swap_state().
1912 * drm_atomic_helper_swap_state(). Doing this under the protection of all modeset
2025 * must be placed in the async worker. See also drm_atomic_helper_swap_state()
2705 * drm_atomic_helper_swap_state - store atomic state into current sw state
2739 int drm_atomic_helper_swap_state(struct drm_atomic_state *state, function in typeref:typename:int
2848 EXPORT_SYMBOL(drm_atomic_helper_swap_state);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 2197 ret = drm_atomic_helper_swap_state(state, true);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 15605 ret = drm_atomic_helper_swap_state(&state->base, true);

Completed in 35 milliseconds