Commits

Meng Mingming committed b62490f582e
MLK-15321 drm,imx: Add DRM support for dpu-blit This patch adds DRM support for the blit engine, allowing DRM_RENDER_ALLOW ioctls() to be registered dynamically. 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> --- Changes since v3: Added support for registering DRM_RENDER ioctls dynamically, by replacing fops ioctl to a routed one (provided by drm core), where we get the chance to verify in the list of previously registered ioctls for a blit ioctls.