Home
last modified time | relevance | path

Searched refs:igt_plane_has_prop (Results 1 – 7 of 7) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_plane_alpha_blend.c131 if (igt_plane_has_prop(plane, IGT_PLANE_ALPHA)) in reset_alpha()
134 if (igt_plane_has_prop(plane, IGT_PLANE_PIXEL_BLEND_MODE)) in reset_alpha()
489 if (!igt_plane_has_prop(plane, IGT_PLANE_ALPHA)) in run_test_on_pipe_planes()
492 if (blend && !igt_plane_has_prop(plane, IGT_PLANE_PIXEL_BLEND_MODE)) in run_test_on_pipe_planes()
523 if (!igt_plane_has_prop(plane, IGT_PLANE_ALPHA)) in run_subtests()
Dkms_big_fb.c260 !igt_plane_has_prop(plane, IGT_PLANE_ROTATION)) in test_plane()
269 if (igt_plane_has_prop(plane, IGT_PLANE_ROTATION)) in test_plane()
297 if (igt_plane_has_prop(plane, IGT_PLANE_ROTATION)) in test_plane()
Dkms_plane.c584 if (!igt_plane_has_prop(plane, IGT_PLANE_COLOR_ENCODING)) in test_format_plane_yuv()
586 if (!igt_plane_has_prop(plane, IGT_PLANE_COLOR_RANGE)) in test_format_plane_yuv()
Dkms_rotation_crc.c389 igt_require(igt_plane_has_prop(plane, IGT_PLANE_ROTATION)); in test_plane_rotation()
657 igt_require(igt_plane_has_prop(plane, IGT_PLANE_ROTATION)); in test_plane_rotation_exhaust_fences()
Dkms_atomic.c1003 igt_require(igt_plane_has_prop(primary, IGT_PLANE_ZPOS));
1004 igt_require(igt_plane_has_prop(overlay, IGT_PLANE_ZPOS));
/external/igt-gpu-tools/lib/
Digt_kms.c1819 if (igt_plane_has_prop(plane, IGT_PLANE_COLOR_ENCODING)) in igt_plane_reset()
1823 if (igt_plane_has_prop(plane, IGT_PLANE_COLOR_RANGE)) in igt_plane_reset()
1828 if (igt_plane_has_prop(plane, IGT_PLANE_ROTATION)) in igt_plane_reset()
1831 if (igt_plane_has_prop(plane, IGT_PLANE_PIXEL_BLEND_MODE)) in igt_plane_reset()
1834 if (igt_plane_has_prop(plane, IGT_PLANE_ALPHA)) in igt_plane_reset()
2861 if (!igt_plane_has_prop(plane, IGT_PLANE_ROTATION)) in igt_plane_fixup_rotation()
3049 igt_assert(igt_plane_has_prop(plane, prop)); in igt_plane_get_prop()
3925 if (igt_plane_has_prop(plane, IGT_PLANE_COLOR_ENCODING)) in igt_plane_set_fb()
3928 if (igt_plane_has_prop(plane, IGT_PLANE_COLOR_RANGE)) in igt_plane_set_fb()
4399 if (!igt_plane_has_prop(plane, IGT_PLANE_IN_FORMATS)) { in igt_fill_plane_format_mod()
Digt_kms.h575 igt_plane_has_prop(igt_plane_t *plane, enum igt_atomic_plane_properties prop) in igt_plane_has_prop() function