Implement Blt engine as DRM renderer. Add dpu ioctl to support imx-drm render feature. Signed-off-by: Adrian Negreanu <adrian.negreanu@nxp.com> Signed-off-by: Marius Vlad <marius-cristian.vlad@nxp.com> Signed-off-by: Meng Mingming <mingming.meng@nxp.com>
8 lines
215 B
Makefile
8 lines
215 B
Makefile
ccflags-y += -Idrivers/gpu/drm/imx
|
|
|
|
imx-dpu-crtc-objs := dpu-crtc.o dpu-plane.o dpu-kms.o
|
|
obj-$(CONFIG_DRM_IMX_DPU) += imx-dpu-crtc.o
|
|
|
|
imx-dpu-render-objs := dpu-blit.o
|
|
obj-$(CONFIG_DRM_IMX_DPU) += imx-dpu-render.o
|