Searched refs:check_crtc_eq (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/selftests/ |
D | test-drm_plane_helper.c | 60 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(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state()
|