Searched refs:dm_test_add_plane (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/tests/ |
| H A D | amdgpu_dm_crtc_test.c | 1256 static void dm_test_add_plane(struct drm_device *dev, struct drm_plane *plane, in dm_test_add_plane() function 1331 dm_test_add_plane(dev, plane_no_state, 0, DRM_PLANE_TYPE_PRIMARY); in dm_test_count_crtc_active_planes_mixed() 1332 dm_test_add_plane(dev, plane_cursor, 1, DRM_PLANE_TYPE_CURSOR); in dm_test_count_crtc_active_planes_mixed() 1333 dm_test_add_plane(dev, plane_with_fb, 2, DRM_PLANE_TYPE_PRIMARY); in dm_test_count_crtc_active_planes_mixed() 1334 dm_test_add_plane(dev, plane_no_fb, 3, DRM_PLANE_TYPE_PRIMARY); in dm_test_count_crtc_active_planes_mixed() 1335 dm_test_add_plane(dev, plane_excluded, 4, DRM_PLANE_TYPE_PRIMARY); in dm_test_count_crtc_active_planes_mixed()
|