Lines Matching refs:IGT_PLANE_ZPOS
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()
361 igt_assert_eq_u64(igt_plane_get_prop(primary, IGT_PLANE_ZPOS), 0); in plane_primary_overlay_zpos()
362 igt_assert_eq_u64(igt_plane_get_prop(overlay, IGT_PLANE_ZPOS), 1); in plane_primary_overlay_zpos()
1003 igt_require(igt_plane_has_prop(primary, IGT_PLANE_ZPOS));
1004 igt_require(igt_plane_has_prop(overlay, IGT_PLANE_ZPOS));