diff options
author | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2024-10-17 12:52:05 -0400 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2024-10-17 12:52:05 -0400 |
commit | c141cf76918e25ec7bd433b47590e8c3f3d02542 (patch) | |
tree | 1e3fcb7389980d9471114737f4a01588f56153cb /include/drm/bridge/imx.h | |
parent | af4f896f77b30bf6811696dc86fcf61c9daf1c85 (diff) | |
parent | 26bb2dc102783fef49336b26a94563318f9790d3 (diff) | |
download | linux-stable-c141cf76918e25ec7bd433b47590e8c3f3d02542.tar.gz linux-stable-c141cf76918e25ec7bd433b47590e8c3f3d02542.tar.bz2 linux-stable-c141cf76918e25ec7bd433b47590e8c3f3d02542.zip |
Merge drm/drm-next into drm-intel-next
Needed to bring some KVM changes to be able to include a fix in our Kconfig.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include/drm/bridge/imx.h')
-rw-r--r-- | include/drm/bridge/imx.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/drm/bridge/imx.h b/include/drm/bridge/imx.h new file mode 100644 index 000000000000..b93f719fe0e7 --- /dev/null +++ b/include/drm/bridge/imx.h @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2012 Sascha Hauer, Pengutronix + */ + +#ifndef DRM_IMX_BRIDGE_H +#define DRM_IMX_BRIDGE_H + +struct device; +struct device_node; +struct drm_bridge; + +struct drm_bridge *devm_imx_drm_legacy_bridge(struct device *dev, + struct device_node *np, + int type); + +#endif |