Without DRM_GEM_CMA_HELPER i.MX8MQ DCSS won't build. This needs to be
there.
Signed-off-by: Rudi Heitbaum <[email protected]>
---
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 7374f1952762..5c2b2277afbf 100644
--- a/drivers/gpu/drm/imx/dcss/Kconfig
+++ b/drivers/gpu/drm/imx/dcss/Kconfig
@@ -2,6 +2,7 @@ config DRM_IMX_DCSS
tristate "i.MX8MQ DCSS"
select IMX_IRQSTEER
select DRM_KMS_HELPER
+ select DRM_GEM_CMA_HELPER
select VIDEOMODE_HELPERS
depends on DRM && ARCH_MXC && ARM64
help
--
2.25.1
Hi Rudi,
On Wed, Feb 16, 2022 at 09:22:28PM +0000, Rudi Heitbaum wrote:
> Without DRM_GEM_CMA_HELPER i.MX8MQ DCSS won't build. This needs to be
> there.
>
> Signed-off-by: Rudi Heitbaum <[email protected]>
Reviewed-by: Laurentiu Palcu <[email protected]>
...and pushed to drm-misc-fixes.
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 7374f1952762..5c2b2277afbf 100644
> --- a/drivers/gpu/drm/imx/dcss/Kconfig
> +++ b/drivers/gpu/drm/imx/dcss/Kconfig
> @@ -2,6 +2,7 @@ config DRM_IMX_DCSS
> tristate "i.MX8MQ DCSS"
> select IMX_IRQSTEER
> select DRM_KMS_HELPER
> + select DRM_GEM_CMA_HELPER
> select VIDEOMODE_HELPERS
> depends on DRM && ARCH_MXC && ARM64
> help
> --
> 2.25.1
>