|
@@ -120,7 +120,7 @@ static int tegra_atomic_commit(struct drm_device *drm,
|
|
|
static const struct drm_mode_config_funcs tegra_drm_mode_funcs = {
|
|
|
.fb_create = tegra_fb_create,
|
|
|
#ifdef CONFIG_DRM_FBDEV_EMULATION
|
|
|
- .output_poll_changed = tegra_fb_output_poll_changed,
|
|
|
+ .output_poll_changed = drm_fb_helper_output_poll_changed,
|
|
|
#endif
|
|
|
.atomic_check = drm_atomic_helper_check,
|
|
|
.atomic_commit = tegra_atomic_commit,
|
|
@@ -286,15 +286,6 @@ static void tegra_drm_context_free(struct tegra_drm_context *context)
|
|
|
kfree(context);
|
|
|
}
|
|
|
|
|
|
-static void tegra_drm_lastclose(struct drm_device *drm)
|
|
|
-{
|
|
|
-#ifdef CONFIG_DRM_FBDEV_EMULATION
|
|
|
- struct tegra_drm *tegra = drm->dev_private;
|
|
|
-
|
|
|
- tegra_fbdev_restore_mode(tegra->fbdev);
|
|
|
-#endif
|
|
|
-}
|
|
|
-
|
|
|
static struct host1x_bo *
|
|
|
host1x_bo_lookup(struct drm_file *file, u32 handle)
|
|
|
{
|
|
@@ -1100,7 +1091,7 @@ static struct drm_driver tegra_drm_driver = {
|
|
|
.unload = tegra_drm_unload,
|
|
|
.open = tegra_drm_open,
|
|
|
.postclose = tegra_drm_postclose,
|
|
|
- .lastclose = tegra_drm_lastclose,
|
|
|
+ .lastclose = drm_fb_helper_lastclose,
|
|
|
|
|
|
#if defined(CONFIG_DEBUG_FS)
|
|
|
.debugfs_init = tegra_debugfs_init,
|