]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/tilcdc/tilcdc_drv.c
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
[karo-tx-linux.git] / drivers / gpu / drm / tilcdc / tilcdc_drv.c
index 3404d245d28d7ac67ddd2aede6611d5a0ce9d26c..4405e4bc8056844d95644dc209230d02d894154b 100644 (file)
@@ -118,7 +118,7 @@ static int tilcdc_commit(struct drm_device *dev,
 
        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);