Searched refs:drm_kunit_helper_atomic_state_alloc (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_kunit_helpers.c | 213 drm_kunit_helper_atomic_state_alloc(struct kunit *test, in drm_kunit_helper_atomic_state_alloc() function 234 EXPORT_SYMBOL_GPL(drm_kunit_helper_atomic_state_alloc);
|
/openbmc/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_test_pv_muxing.c | 744 priv->state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in vc4_pv_muxing_test_init() 802 state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() 825 state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() 874 state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in drm_test_vc5_pv_muxing_bugs_stable_fifo() 908 state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in drm_test_vc5_pv_muxing_bugs_stable_fifo() 966 state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state() 978 state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state()
|
/openbmc/linux/include/drm/ |
H A D | drm_kunit_helpers.h | 98 drm_kunit_helper_atomic_state_alloc(struct kunit *test,
|