Home | History | Annotate | Download | only in original-kernel-headers

Lines Matching full:commit

7 /* atomic commit ioctl used for validate and commit request */
12 * should be configured with MDP_LAYER_ASYNC flag set during the atomic commit,
52 * This flag enables pixel extension for the current layer. Validate/commit
64 * Flag indicates that layer is drawing solid fill. Validate/commit call
119 VALIDATE/COMMIT FLAG CONFIGURATION
123 * Client enables it to inform that call is to validate layers before commit.
124 * If this flag is not set then driver will use MSMFB_ATOMIC_COMMIT for commit.
129 * This flag is only valid for commit call. Commit behavior is synchronous
136 * This flag is only valid for commit call and used for debugging purpose. It
204 * commit call. Commit call may fail if client sends different layer information
205 * attached to same pipe during validate and commit. Device invalidate the pipe
206 * once it receives the vsync for that commit.
217 * in validate and commit call. Device reserves the pipe once validate
218 * is successful. Device only uses validated pipe during commit call.
220 * commit then commit may fail.
300 /* Buffer attached with each layer. Device uses it for commit call. */
330 * in validate and commit call.
334 /* Buffer attached with output layer. Device uses it for commit call */
357 * validate and commit call.
392 * Commit structure holds layer stack send by client for validate and commit
393 * call. If layers are different between validate and commit call then commit
394 * call will also do validation. In such case, commit may fail.
398 * Flag to enable/disable properties for commit/validate call. Refer
399 * validate/commit flag config section for all possible flags.
408 * buffers attached to this commit call and buffer is ready for reuse
447 * COMMIT_RETIRE_FENCE flag is set in commit call. It triggers
481 * 32bit version indicates the commit structure selection
484 * commit structure based on major version selection. Minor version
491 /* Layer commit/validate definition for V1 */