Searched refs:check_crtc_eq (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/selftests/ |
D | test-drm-helper.c | 72 static bool check_crtc_eq(struct drm_plane_state *plane_state, in check_crtc_eq() function 122 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state() 133 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state() 152 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1023, 767)); in igt_check_plane_state() 169 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state() 182 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state() 194 FAIL_ON(!check_crtc_eq(&plane_state, 1022, 766, 2, 2)); in igt_check_plane_state() 205 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state() 217 FAIL_ON(!check_crtc_eq(&plane_state, 1022, 766, 2, 2)); in igt_check_plane_state() 228 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state()
|