diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2019-07-19 17:59:16 +0200 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2019-07-23 15:50:46 +0200 |
commit | 710ae47dc6cb11f11a3007f7ade7d937804e160d (patch) | |
tree | 042a3f3174406c67b0c6c7ad34aa4bdbb0e57fc3 /drivers/gpu/drm/tinydrm/Makefile | |
parent | cc431212710860143b13877a0aa9d11a42598f49 (diff) | |
download | linux-710ae47dc6cb11f11a3007f7ade7d937804e160d.tar.bz2 |
drm/tinydrm: Move tinydrm_display_pipe_init() to mipi-dbi
tinydrm_display_pipe_init() has only one user now, so move it to mipi-dbi.
Changes:
- Remove drm_connector_helper_funcs.detect, it's always connected.
- Store the connector and mode in mipi_dbi instead of it's own struct.
Otherwise remove some leftover tinydrm-helpers.h inclusions.
Cc: Eric Anholt <eric@anholt.net>
Cc: David Lechner <david@lechnology.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190719155916.62465-12-noralf@tronnes.org
Diffstat (limited to 'drivers/gpu/drm/tinydrm/Makefile')
-rw-r--r-- | drivers/gpu/drm/tinydrm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tinydrm/Makefile b/drivers/gpu/drm/tinydrm/Makefile index 48ec8ed9dc16..ab6b9bebf321 100644 --- a/drivers/gpu/drm/tinydrm/Makefile +++ b/drivers/gpu/drm/tinydrm/Makefile @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_DRM_TINYDRM) += core/ # Controllers obj-$(CONFIG_TINYDRM_MIPI_DBI) += mipi-dbi.o |