forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP
The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed for portable device. It converts MIPI DSI/DPI to DisplayPort 1.3 4K. Signed-off-by: Xin Ji <xji@analogixsemi.com>
- Loading branch information
1 parent
b349709
commit 894859cbb786436c47d020d5569de7019776174c
Showing
4 changed files
with
2,248 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: GPL-2.0-only | ||
| analogix_dp-objs := analogix_dp_core.o analogix_dp_reg.o analogix-i2c-dptx.o | ||
| obj-$(CONFIG_DRM_ANALOGIX_ANX6345) += analogix-anx6345.o | ||
| obj-$(CONFIG_DRM_ANALOGIX_ANX7625) += anx7625.o | ||
| obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o | ||
| obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix_dp.o |
Oops, something went wrong.