Searched refs:second_state (Results 1 – 1 of 1) sorted by relevance
3079 struct drm_connector_state *second_state;3088 second_state = kunit_kzalloc(test, sizeof(*second_state), GFP_KERNEL); in dm_test_panel_ctx_alloc() 3089 KUNIT_ASSERT_NOT_NULL(test, second_state); in dm_test_panel_ctx_alloc() 3095 second_state->crtc = crtc; in dm_test_panel_ctx_alloc() 3099 state->connectors[1].new_state = second_state; in dm_test_panel_ctx_alloc() 3044 struct drm_connector_state *second_state; dm_test_find_first_crtc_returns_first() local