|
@@ -206,7 +206,7 @@ static struct drm_mode_config_helper_funcs exynos_drm_mode_config_helpers = {
|
|
static const struct drm_mode_config_funcs exynos_drm_mode_config_funcs = {
|
|
static const struct drm_mode_config_funcs exynos_drm_mode_config_funcs = {
|
|
.fb_create = exynos_user_fb_create,
|
|
.fb_create = exynos_user_fb_create,
|
|
.output_poll_changed = drm_fb_helper_output_poll_changed,
|
|
.output_poll_changed = drm_fb_helper_output_poll_changed,
|
|
- .atomic_check = exynos_atomic_check,
|
|
|
|
|
|
+ .atomic_check = drm_atomic_helper_check,
|
|
.atomic_commit = drm_atomic_helper_commit,
|
|
.atomic_commit = drm_atomic_helper_commit,
|
|
};
|
|
};
|
|
|
|
|
|
@@ -227,4 +227,6 @@ void exynos_drm_mode_config_init(struct drm_device *dev)
|
|
dev->mode_config.helper_private = &exynos_drm_mode_config_helpers;
|
|
dev->mode_config.helper_private = &exynos_drm_mode_config_helpers;
|
|
|
|
|
|
dev->mode_config.allow_fb_modifiers = true;
|
|
dev->mode_config.allow_fb_modifiers = true;
|
|
|
|
+
|
|
|
|
+ dev->mode_config.normalize_zpos = true;
|
|
}
|
|
}
|