Searched refs:igt_plane_has_prop (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_plane_alpha_blend.c | 131 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()
|
D | kms_big_fb.c | 260 !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()
|
D | kms_plane.c | 584 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()
|
D | kms_rotation_crc.c | 389 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()
|
D | kms_atomic.c | 1003 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/ |
D | igt_kms.c | 1819 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()
|
D | igt_kms.h | 575 igt_plane_has_prop(igt_plane_t *plane, enum igt_atomic_plane_properties prop) in igt_plane_has_prop() function
|