Hi all, After merging the drm-exynos tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/gpu/drm/exynos/exynos_drm_dsi.c:158:20: error: 'DSIM_TYPE_EXYNOS7870' undeclared here (not in a function); did you mean 'DSIM_TYPE_EXYNOS5410'? 158 | .hw_type = DSIM_TYPE_EXYNOS7870, | ^~~~~~~~~~~~~~~~~~~~ | DSIM_TYPE_EXYNOS5410 Caused by commit d07e4c00696f ("drm/exynos: dsi: add support for exynos7870") I have used the drm-exynos tree from next-20250820 for today. -- Cheers, Stephen Rothwell