Home
last modified time | relevance | path

Searched refs:drm_atomic_helper_swap_state (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_test_pv_muxing.c822 ret = drm_atomic_helper_swap_state(state, false); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
905 ret = drm_atomic_helper_swap_state(state, false); in drm_test_vc5_pv_muxing_bugs_stable_fifo()
975 ret = drm_atomic_helper_swap_state(state, false); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state()
/linux/include/drm/
H A Ddrm_atomic_helper.h115 int __must_check drm_atomic_helper_swap_state(struct drm_atomic_state *state,
/linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c2045 ret = drm_atomic_helper_swap_state(state, true); in drm_atomic_helper_commit()
3014 int drm_atomic_helper_swap_state(struct drm_atomic_state *state, in drm_atomic_helper_swap_state() function
3126 EXPORT_SYMBOL(drm_atomic_helper_swap_state);
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c2449 ret = drm_atomic_helper_swap_state(state, true); in nv50_disp_atomic_commit()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c7974 ret = drm_atomic_helper_swap_state(&state->base, true); in intel_atomic_swap_state()