Home
last modified time | relevance | path

Searched refs:IGT_PLANE_ROTATION (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/tests/
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_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()
/external/igt-gpu-tools/lib/
Digt_kms.c388 [IGT_PLANE_ROTATION] = "rotation",
1828 if (igt_plane_has_prop(plane, IGT_PLANE_ROTATION)) in igt_plane_reset()
1829 igt_plane_set_prop_value(plane, IGT_PLANE_ROTATION, IGT_ROTATION_0); in igt_plane_reset()
2803 igt_assert(!igt_plane_is_prop_changed(primary, IGT_PLANE_ROTATION)); in igt_primary_plane_commit_legacy()
2861 if (!igt_plane_has_prop(plane, IGT_PLANE_ROTATION)) in igt_plane_fixup_rotation()
2868 ret = igt_plane_set_property(plane, plane->props[IGT_PLANE_ROTATION], in igt_plane_fixup_rotation()
2869 plane->values[IGT_PLANE_ROTATION]); in igt_plane_fixup_rotation()
2895 return igt_plane_set_property(plane, plane->props[IGT_PLANE_ROTATION], in igt_plane_fixup_rotation()
2896 plane->values[IGT_PLANE_ROTATION]); in igt_plane_fixup_rotation()
2909 igt_plane_is_prop_changed(plane, IGT_PLANE_ROTATION))) { in igt_plane_commit()
[all …]
Digt_kms.h271 IGT_PLANE_ROTATION, enumerator