Files
i2som-imx-linux/drivers/gpu/imx/dcss/Makefile
Laurentiu Palcu 7f8fb37423 MLK-17257-1: drm: imx: dcss: Add WRSCL/RDSRC modules
WRSCL and RDSRC modules will be needed when downscaling ratios starting
from 3:1 up to 7:1 are needed. Otherwise, if the usual scaling path is
used, the DRAM bandwidth needed will be too much and performance will be
affected.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
2019-02-12 10:30:02 +08:00

7 lines
253 B
Makefile

obj-$(CONFIG_IMX_DCSS_CORE) += imx-dcss-core.o
imx-dcss-core-objs := dcss-common.o dcss-blkctl.o dcss-ctxld.o \
dcss-dpr.o dcss-dtg.o dcss-ss.o dcss-hdr10.o \
dcss-scaler.o dcss-dtrc.o dcss-dec400d.o dcss-wrscl.o \
dcss-rdsrc.o