Home
last modified time | relevance | path

Searched refs:check_crtc_eq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
H A Dtest-drm_plane_helper.c60 static bool check_crtc_eq(struct drm_plane_state *plane_state, in check_crtc_eq() function
110 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state()
121 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state()
140 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1023, 767)); in igt_check_plane_state()
157 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state()
170 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state()
182 FAIL_ON(!check_crtc_eq(&plane_state, 1022, 766, 2, 2)); in igt_check_plane_state()
193 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state()
205 FAIL_ON(!check_crtc_eq(&plane_state, 1022, 766, 2, 2)); in igt_check_plane_state()
216 FAIL_ON(!check_crtc_eq( in igt_check_plane_state()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c101 static void check_crtc_eq(struct kunit *test, struct drm_plane_state *plane_state, in check_crtc_eq() function
126 check_crtc_eq(test, plane_state, params->crtc_expected.x, params->crtc_expected.y, in drm_test_check_plane_state()

Completed in 1 milliseconds