]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/msm/msm_atomic.c
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
[linux.git] / drivers / gpu / drm / msm / msm_atomic.c
index 4a8a6f1f1151a7a824ce0da479e8cd3cb956e9a6..5df252cebf1cfd80ae39c8be504cd32ecede9c3f 100644 (file)
@@ -118,7 +118,7 @@ static void complete_commit(struct msm_commit *c, bool async)
 
        drm_atomic_helper_commit_modeset_disables(dev, state);
 
-       drm_atomic_helper_commit_planes(dev, state, false);
+       drm_atomic_helper_commit_planes(dev, state, 0);
 
        drm_atomic_helper_commit_modeset_enables(dev, state);
 
This page took 0.027257 seconds and 4 git commands to generate.