Commits

Laurentiu Palcu committed f722d16091f
MLK-16927: drm: imx: dcss: Add basic plane checks Currently, there are no plane checks and the user can try set up a plane with a CRTC size that is actually bigger than the current CRTC mode. Because, currently, the driver does not support cropping, all planes with CRTC sizes bigger than the actual CRTC mode will be rejected. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>