Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_atomic.c321 igt_plane_set_prop_value(primary, IGT_PLANE_ZPOS, 0); in plane_primary_overlay_zpos()
322 igt_plane_set_prop_value(overlay, IGT_PLANE_ZPOS, 1); in plane_primary_overlay_zpos()
328 igt_assert_eq_u64(igt_plane_get_prop(primary, IGT_PLANE_ZPOS), 0); in plane_primary_overlay_zpos()
329 igt_assert_eq_u64(igt_plane_get_prop(overlay, IGT_PLANE_ZPOS), 1); in plane_primary_overlay_zpos()
331 igt_plane_set_prop_value(primary, IGT_PLANE_ZPOS, 1); in plane_primary_overlay_zpos()
332 igt_plane_set_prop_value(overlay, IGT_PLANE_ZPOS, 0); in plane_primary_overlay_zpos()
338 igt_assert_eq_u64(igt_plane_get_prop(primary, IGT_PLANE_ZPOS), 1); in plane_primary_overlay_zpos()
339 igt_assert_eq_u64(igt_plane_get_prop(overlay, IGT_PLANE_ZPOS), 0); in plane_primary_overlay_zpos()
357 igt_plane_set_prop_value(primary, IGT_PLANE_ZPOS, 0); in plane_primary_overlay_zpos()
358 igt_plane_set_prop_value(overlay, IGT_PLANE_ZPOS, 1); in plane_primary_overlay_zpos()
[all …]
/external/igt-gpu-tools/benchmarks/
Dkms_throughput.c181 igt_plane_set_prop_value(plane, IGT_PLANE_ZPOS, i); in flip_overlays()
364 igt_plane_set_prop_value(plane, IGT_PLANE_ZPOS, i); in get_tuning()
/external/igt-gpu-tools/lib/
Digt_kms.h277 IGT_PLANE_ZPOS, enumerator
Digt_kms.c394 [IGT_PLANE_ZPOS] = "zpos",