Searched refs:igt_plane_set_prop_value (Results 1 – 5 of 5) 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() 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 …]
|
D | kms_plane_alpha_blend.c | 132 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/ |
D | igt_kms.c | 1804 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 …]
|
D | igt_kms.h | 591 #define igt_plane_set_prop_value(plane, prop, value) \ macro
|
/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()
|