Searched refs:IGT_PLANE_ZPOS (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_atomic.c | 321 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/ |
D | kms_throughput.c | 181 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/ |
D | igt_kms.h | 277 IGT_PLANE_ZPOS, enumerator
|
D | igt_kms.c | 394 [IGT_PLANE_ZPOS] = "zpos",
|