Message ID | 20211211221848.1665958-2-dev@lynxeye.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] drm/imx/dcss: add missing drm_bridge.h include | expand |
Hi Lucas, On Sat, Dec 11, 2021 at 11:18:48PM +0100, Lucas Stach wrote: > DCSS can not be built without the DRM_KMS_HELPERs being available. > Select this symbol to disallow this invalid configuration. > > Signed-off-by: Lucas Stach <dev@lynxeye.de> Reviewed-by: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com> Can you also push these 2 patches to drm-misc, when you have some time? Thanks, laurentiu > --- > drivers/gpu/drm/imx/dcss/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/imx/dcss/Kconfig b/drivers/gpu/drm/imx/dcss/Kconfig > index 2b17a964ff05..4c2158dc5540 100644 > --- a/drivers/gpu/drm/imx/dcss/Kconfig > +++ b/drivers/gpu/drm/imx/dcss/Kconfig > @@ -1,6 +1,7 @@ > config DRM_IMX_DCSS > tristate "i.MX8MQ DCSS" > select IMX_IRQSTEER > + select DRM_KMS_HELPER > select DRM_KMS_CMA_HELPER > select VIDEOMODE_HELPERS > depends on DRM && ARCH_MXC && ARM64 > -- > 2.31.1 >
diff --git a/drivers/gpu/drm/imx/dcss/Kconfig b/drivers/gpu/drm/imx/dcss/Kconfig index 2b17a964ff05..4c2158dc5540 100644 --- a/drivers/gpu/drm/imx/dcss/Kconfig +++ b/drivers/gpu/drm/imx/dcss/Kconfig @@ -1,6 +1,7 @@ config DRM_IMX_DCSS tristate "i.MX8MQ DCSS" select IMX_IRQSTEER + select DRM_KMS_HELPER select DRM_KMS_CMA_HELPER select VIDEOMODE_HELPERS depends on DRM && ARCH_MXC && ARM64
DCSS can not be built without the DRM_KMS_HELPERs being available. Select this symbol to disallow this invalid configuration. Signed-off-by: Lucas Stach <dev@lynxeye.de> --- drivers/gpu/drm/imx/dcss/Kconfig | 1 + 1 file changed, 1 insertion(+)