]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/mipi-dbi: Support custom pipelines with drm_mipi_dbi_dev_init()
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 19 Mar 2026 15:59:38 +0000 (16:59 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 25 Mar 2026 14:04:35 +0000 (15:04 +0100)
commit7efb8fd7ca37125f01ec568a9e3f0c1548eb06ab
tree11c998249cbdefab710c053f84a58d198f8466c5
parent514c8451fc5829db3f022f0cb9018c06c570261d
drm/mipi-dbi: Support custom pipelines with drm_mipi_dbi_dev_init()

Initialize the mipi-dbi device with drm_mipi_dbi_dev_init() without
creating a modesetting pipeline. Will allow for mipi-dbi drivers
without simple-display helpers.

As the new helper is a DRM function, add the drm_ prefix. Mipi-dbi
interfaces currently lack this.

v3:
- document tx_buf_size parameter (David)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: David Lechner <david@lechnology.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://patch.msgid.link/20260319160110.109610-3-tzimmermann@suse.de
drivers/gpu/drm/drm_mipi_dbi.c
include/drm/drm_mipi_dbi.h