Home
last modified time | relevance | path

Searched refs:igt_plane_set_prop_value (Results 1 – 5 of 5) 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()
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()
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()
555 igt_plane_set_prop_value(plane, IGT_PLANE_FB_ID, plane->drm_plane->plane_id); in plane_invalid_params()
558 igt_plane_set_prop_value(plane, IGT_PLANE_FB_ID, pipe->crtc_id); in plane_invalid_params()
561 igt_plane_set_prop_value(plane, IGT_PLANE_FB_ID, output->id); in plane_invalid_params()
564 igt_plane_set_prop_value(plane, IGT_PLANE_FB_ID, pipe->values[IGT_CRTC_MODE_ID]); in plane_invalid_params()
[all …]
Dkms_plane_alpha_blend.c132 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, 0xffff); in reset_alpha()
143 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, 0x8080); in has_multiplied_alpha()
147 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, 0xffff); in has_multiplied_alpha()
259 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, i | (i << 8)); in basic_alpha()
267 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, 0); in basic_alpha()
320 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, 0); in constant_alpha_min()
341 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, 0x7fff); in constant_alpha_mid()
401 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, ((i/2) << 8) | (i/2)); in alpha_7efc()
407 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, (i << 8) | i); in alpha_7efc()
430 igt_plane_set_prop_value(plane, IGT_PLANE_ALPHA, ((i/2) << 8) | (i/2)); in coverage_7efc()
[all …]
/external/igt-gpu-tools/lib/
Digt_kms.c1804 igt_plane_set_prop_value(plane, IGT_PLANE_SRC_X, 0); in igt_plane_reset()
1805 igt_plane_set_prop_value(plane, IGT_PLANE_SRC_Y, 0); in igt_plane_reset()
1806 igt_plane_set_prop_value(plane, IGT_PLANE_SRC_W, 0); in igt_plane_reset()
1807 igt_plane_set_prop_value(plane, IGT_PLANE_SRC_H, 0); in igt_plane_reset()
1810 igt_plane_set_prop_value(plane, IGT_PLANE_CRTC_X, 0); in igt_plane_reset()
1811 igt_plane_set_prop_value(plane, IGT_PLANE_CRTC_Y, 0); in igt_plane_reset()
1812 igt_plane_set_prop_value(plane, IGT_PLANE_CRTC_W, 0); in igt_plane_reset()
1813 igt_plane_set_prop_value(plane, IGT_PLANE_CRTC_H, 0); in igt_plane_reset()
1816 igt_plane_set_prop_value(plane, IGT_PLANE_FB_ID, 0); in igt_plane_reset()
1817 igt_plane_set_prop_value(plane, IGT_PLANE_CRTC_ID, 0); in igt_plane_reset()
[all …]
Digt_kms.h591 #define igt_plane_set_prop_value(plane, prop, value) \ macro
/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()