Name
drm_atomic_helper_commit_pre_planes —
modeset commit before plane updates
Synopsis
void drm_atomic_helper_commit_pre_planes ( | struct drm_device * dev, |
| struct drm_atomic_state * state) ; |
Arguments
dev
DRM device
state
atomic state
Description
This function commits the modeset changes that need to be committed before
updating planes. It shuts down all the outputs that need to be shut down and
prepares them (if required) with the new mode.