On Wed, 2022-10-19 at 07:41 +0800, kernel test robot wrote: > Hi Liu, > > I love your patch! Yet something to improve: > > [auto build test ERROR on drm-misc/drm-misc-next] > [also build test ERROR on drm/drm-next drm-exynos/exynos-drm-next > drm-intel/for-linux-next drm-tip/drm-tip linus/master v6.1-rc1 next- > 20221018] [...] > All errors (new ones prefixed by >>): > > drivers/gpu/drm/imx/dpu/dpu-drv.c: In function 'dpu_drm_bind': > > > drivers/gpu/drm/imx/dpu/dpu-drv.c:67:12: error: 'struct > > > drm_device' has no member named 'irq_enabled' > > 67 | drm->irq_enabled = true; > | ^~ I've sent v13 to fix the potential build break by removing this line since drm->irq_enabled should only be used by legacy drm drivers with userspace modesetting but not imx-dpu drm driver. Thanks for reporting the issue. Liu Ying [...]