This patch adds base suport for i.MX8M's Display Controller subsystem(DCSS). It has built-in DPR, Scaler and HDR10 modules. Also, it features a video Decompression and Tile to Raster Conversion (DTRC) unit, as well as a graphics pixel decompression infrastracture (DEC400D). Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
config IMX_DCSS_CORE
|
|
tristate "i.MX DCSS core support"
|
|
depends on ARCH_FSL_IMX8MQ
|
|
select RESET_CONTROLLER
|
|
select IMX_IRQSTEER
|
|
help
|
|
Choose this if you have a Freescale i.MX8MQ system and want to use the
|
|
Display Controller Sub System. This option only enables DCSS base
|
|
support.
|