Searched refs:DRM_MODE_ATOMIC_TEST_ONLY (Results 1 – 3 of 3) sorted by relevance
1073 #define DRM_MODE_ATOMIC_TEST_ONLY 0x0100 macro1114 DRM_MODE_ATOMIC_TEST_ONLY |\
1104 * If the Atomic Commit request has the DRM_MODE_ATOMIC_TEST_ONLY flag1124 * DRM_MODE_ATOMIC_TEST_ONLY flag the out fence will also be set to -1.1168 if (arg->flags & DRM_MODE_ATOMIC_TEST_ONLY) in prepare_signaling() 1376 if ((arg->flags & DRM_MODE_ATOMIC_TEST_ONLY) && in drm_mode_atomic_ioctl() 1475 if (arg->flags & DRM_MODE_ATOMIC_TEST_ONLY) { in drm_mode_atomic_ioctl()
242 allows us to implement the DRM_MODE_ATOMIC_TEST_ONLY mode, which allows