forked from Qortal/Brooklyn
Changes included (and more): 1. Dynamic RAM merge 2. Real-time page scan and allocation 3. Cache compression 4. Real-time IRQ checks 5. Dynamic I/O allocation for Java heap 6. Java page migration 7. Contiguous memory allocation 8. Idle pages tracking 9. Per CPU RAM usage tracking 10. ARM NEON scalar multiplication library 11. NEON/ARMv8 crypto extensions 12. NEON SHA, Blake, RIPEMD crypto extensions 13. Parallel NEON crypto engine for multi-algo based CPU stress reduction
26 lines
731 B
Plaintext
26 lines
731 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_CDNS_MHDP8546
|
|
tristate "Cadence DPI/DP bridge"
|
|
select DRM_DP_HELPER
|
|
select DRM_KMS_HELPER
|
|
select DRM_PANEL_BRIDGE
|
|
depends on OF
|
|
help
|
|
Support Cadence DPI to DP bridge. This is an internal
|
|
bridge and is meant to be directly embedded in a SoC.
|
|
It takes a DPI stream as input and outputs it encoded
|
|
in DP format.
|
|
|
|
if DRM_CDNS_MHDP8546
|
|
|
|
config DRM_CDNS_MHDP8546_J721E
|
|
depends on ARCH_K3 || COMPILE_TEST
|
|
bool "J721E Cadence DPI/DP wrapper support"
|
|
default y
|
|
help
|
|
Support J721E Cadence DPI/DP wrapper. This is a wrapper
|
|
which adds support for J721E related platform ops. It
|
|
initializes the J721E Display Port and sets up the
|
|
clock and data muxes.
|
|
endif
|