Home
last modified time | relevance | path

Searched refs:igt_plane_is_prop_changed (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_kms.c2594 if (!igt_plane_is_prop_changed(plane, i)) in igt_atomic_prepare_plane_commit()
2650 igt_plane_is_prop_changed(plane, IGT_PLANE_FB_ID) || in igt_drm_plane_commit()
2745 if (igt_plane_is_prop_changed(cursor, IGT_PLANE_FB_ID) || in igt_cursor_commit_legacy()
2746 igt_plane_is_prop_changed(cursor, IGT_PLANE_CRTC_W) || in igt_cursor_commit_legacy()
2747 igt_plane_is_prop_changed(cursor, IGT_PLANE_CRTC_H)) { in igt_cursor_commit_legacy()
2767 if (igt_plane_is_prop_changed(cursor, IGT_PLANE_CRTC_X) || in igt_cursor_commit_legacy()
2768 igt_plane_is_prop_changed(cursor, IGT_PLANE_CRTC_Y)) { in igt_cursor_commit_legacy()
2803 igt_assert(!igt_plane_is_prop_changed(primary, IGT_PLANE_ROTATION)); in igt_primary_plane_commit_legacy()
2805 if (!igt_plane_is_prop_changed(primary, IGT_PLANE_FB_ID) && in igt_primary_plane_commit_legacy()
2909 igt_plane_is_prop_changed(plane, IGT_PLANE_ROTATION))) { in igt_plane_commit()
Digt_kms.h582 #define igt_plane_is_prop_changed(plane, prop) \ macro