Home
last modified time | relevance | path

Searched refs:vc5_mock_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.h57 struct vc4_dev *vc5_mock_device(struct kunit *test);
H A Dvc4_test_pv_muxing.c196 PV_MUXING_TEST(_name, vc5_mock_device, check_vc5_encoder_constraints, __VA_ARGS__)
795 vc4 = vc5_mock_device(test); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
867 vc4 = vc5_mock_device(test); in drm_test_vc5_pv_muxing_bugs_stable_fifo()
959 vc4 = vc5_mock_device(test); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state()
H A Dvc4_mock.c209 struct vc4_dev *vc5_mock_device(struct kunit *test) in vc5_mock_device() function