summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm/mi0283qt.c
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2018-07-03 18:03:53 +0200
committerNoralf Trønnes <noralf@tronnes.org>2018-07-10 14:54:33 +0200
commitdff1c7032ffea20cca2ad3973ed4c69c8182683d (patch)
treedb28fbd4711c95da98e89da2df2c5ec78e2e4004 /drivers/gpu/drm/tinydrm/mi0283qt.c
parentdrm/fb-helper: Finish the generic fbdev emulation (diff)
downloadlinux-dff1c7032ffea20cca2ad3973ed4c69c8182683d.tar.xz
linux-dff1c7032ffea20cca2ad3973ed4c69c8182683d.zip
drm/tinydrm: Use drm_fbdev_generic_setup()
Make full use of the generic fbdev client. Cc: David Lechner <david@lechnology.com> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: David Lechner <david@lechnology.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180703160354.59955-8-noralf@tronnes.org
Diffstat (limited to 'drivers/gpu/drm/tinydrm/mi0283qt.c')
-rw-r--r--drivers/gpu/drm/tinydrm/mi0283qt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tinydrm/mi0283qt.c b/drivers/gpu/drm/tinydrm/mi0283qt.c
index 015d03f2acba..d7bb4c5e6657 100644
--- a/drivers/gpu/drm/tinydrm/mi0283qt.c
+++ b/drivers/gpu/drm/tinydrm/mi0283qt.c
@@ -154,7 +154,6 @@ static struct drm_driver mi0283qt_driver = {
DRIVER_ATOMIC,
.fops = &mi0283qt_fops,
TINYDRM_GEM_DRIVER_OPS,
- .lastclose = drm_fb_helper_lastclose,
.debugfs_init = mipi_dbi_debugfs_init,
.name = "mi0283qt",
.desc = "Multi-Inno MI0283QT",