Name
drm_atomic_helper_commit —
commit validated state object
Synopsis
int drm_atomic_helper_commit ( | struct drm_device * dev, |
| struct drm_atomic_state * state, |
| bool async) ; |
Arguments
dev
DRM device
state
the driver state object
async
asynchronous commit
Description
This function commits a with drm_atomic_helper_check
pre-validated state
object. This can still fail when e.g. the framebuffer reservation fails. For
now this doesn't implement asynchronous commits.
RETURNS
Zero for success or -errno.