Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/tests/
H A Damdgpu_dm_crtc_test.c1309 struct drm_plane_state *ps_fb; in dm_test_count_crtc_active_planes_mixed() local
1339 ps_fb = kunit_kzalloc(test, sizeof(*ps_fb), GFP_KERNEL); in dm_test_count_crtc_active_planes_mixed()
1340 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ps_fb); in dm_test_count_crtc_active_planes_mixed()
1341 ps_fb->fb = fb; in dm_test_count_crtc_active_planes_mixed()
1352 state->planes[1].new_state = ps_fb; in dm_test_count_crtc_active_planes_mixed()
1353 state->planes[2].new_state = ps_fb; in dm_test_count_crtc_active_planes_mixed()
1355 state->planes[4].new_state = ps_fb; in dm_test_count_crtc_active_planes_mixed()