Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
H A Dtest-drm_damage_helper.c43 static bool check_damage_clip(struct drm_plane_state *state, struct drm_rect *r, in check_damage_clip() function
99 FAIL_ON(!check_damage_clip(&state, &clip, 0, 0, 2048, 2048)); in igt_damage_iter_no_damage()
132 FAIL_ON(!check_damage_clip(&state, &clip, 3, 3, 1028, 772)); in igt_damage_iter_no_damage_fractional_src()
164 FAIL_ON(!check_damage_clip(&state, &clip, 10, 10, 1034, 778)); in igt_damage_iter_no_damage_src_moved()
197 FAIL_ON(!check_damage_clip(&state, &clip, 4, 4, 1029, 773)); in igt_damage_iter_no_damage_fractional_src_moved()
313 FAIL_ON(!check_damage_clip(&state, &clip, 0, 0, 1024, 768)); in igt_damage_iter_simple_damage()
348 FAIL_ON(!check_damage_clip(&state, &clip, 256, 192, 768, 576)); in igt_damage_iter_single_damage()
384 FAIL_ON(!check_damage_clip(&state, &clip, 256, 192, 1024, 768)); in igt_damage_iter_single_damage_intersect_src()
457 FAIL_ON(!check_damage_clip(&state, &clip, 10, 10, 256, 330)); in igt_damage_iter_single_damage_fractional_src()
496 FAIL_ON(!check_damage_clip( in igt_damage_iter_single_damage_intersect_fractional_src()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c95 static void check_damage_clip(struct kunit *test, struct drm_rect *r, in check_damage_clip() function
134 check_damage_clip(test, &clip, 0, 0, 2048, 2048); in drm_test_damage_iter_no_damage()
155 check_damage_clip(test, &clip, 3, 3, 1028, 772); in drm_test_damage_iter_no_damage_fractional_src()
174 check_damage_clip(test, &clip, 10, 10, 1034, 778); in drm_test_damage_iter_no_damage_src_moved()
194 check_damage_clip(test, &clip, 4, 4, 1029, 773); in drm_test_damage_iter_no_damage_fractional_src_moved()
271 check_damage_clip(test, &clip, 0, 0, 1024, 768); in drm_test_damage_iter_simple_damage()
293 check_damage_clip(test, &clip, 256, 192, 768, 576); in drm_test_damage_iter_single_damage()
316 check_damage_clip(test, &clip, 256, 192, 1024, 768); in drm_test_damage_iter_single_damage_intersect_src()
363 check_damage_clip(test, &clip, 10, 10, 256, 330); in drm_test_damage_iter_single_damage_fractional_src()
390 check_damage_clip(tes in drm_test_damage_iter_single_damage_intersect_fractional_src()
[all...]

Completed in 3 milliseconds