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>
7 lines
253 B
Makefile
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
|