diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2019-07-22 12:43:11 +0200 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2019-07-25 10:45:07 +0200 |
commit | 174102f4de230a1bf85e6ef2f8c83e50b3ba22c9 (patch) | |
tree | 8cb1050af55a4f29180b16edae16fe2b96c61d0c /Documentation/gpu/tinydrm.rst | |
parent | drm/tinydrm/mipi-dbi: Select DRM_KMS_HELPER (diff) | |
download | linux-174102f4de230a1bf85e6ef2f8c83e50b3ba22c9.tar.xz linux-174102f4de230a1bf85e6ef2f8c83e50b3ba22c9.zip |
drm/tinydrm: Move mipi-dbi
This moves mipi-dbi to be a core helper with the name drm_mipi_dbi.
Fixup include's in drivers.
Move the docs entry and delete tinydrm.rst.
Delete the last tinydrm todo entry.
v2: Make DRM_MIPI_DBI tristate to enable it being built as a module.
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>
Acked-by: David Lechner <david@lechnology.com>
Acked-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190722104312.16184-9-noralf@tronnes.org
Diffstat (limited to 'Documentation/gpu/tinydrm.rst')
-rw-r--r-- | Documentation/gpu/tinydrm.rst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/gpu/tinydrm.rst b/Documentation/gpu/tinydrm.rst deleted file mode 100644 index 64bdf6356024..000000000000 --- a/Documentation/gpu/tinydrm.rst +++ /dev/null @@ -1,18 +0,0 @@ -============================ -drm/tinydrm Tiny DRM drivers -============================ - -tinydrm is a collection of DRM drivers that are so small they can fit in a -single source file. - -MIPI DBI Compatible Controllers -=============================== - -.. kernel-doc:: drivers/gpu/drm/tinydrm/mipi-dbi.c - :doc: overview - -.. kernel-doc:: include/drm/tinydrm/mipi-dbi.h - :internal: - -.. kernel-doc:: drivers/gpu/drm/tinydrm/mipi-dbi.c - :export: |