drm_atomic_helper_commit — commit validated state object
int drm_atomic_helper_commit ( | struct drm_device * dev, |
struct drm_atomic_state * state, | |
bool async) ; |
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.