Name

drm_atomic_helper_commit_post_planes — modeset commit after plane updates

Synopsis

void drm_atomic_helper_commit_post_planes (struct drm_device * dev,
 struct drm_atomic_state * old_state);
 

Arguments

dev

DRM device

old_state

atomic state object with old state structures

Description

This function commits the modeset changes that need to be committed after

updating planes

It enables all the outputs with the new configuration which had to be turned off for the update.