Hi Maarten, kernel test robot noticed the following build errors: [auto build test ERROR on drm-tip/drm-tip] url: https://github.com/intel-lab-lkp/linux/commits/Maarten-Lankhorst/drm-i915-Handle-legacy-cursor-update-as-normal-update/20230621-195009 base: git://anongit.freedesktop.org/drm/drm-tip drm-tip patch link: https://lore.kernel.org/r/20230621114827.167713-2-maarten.lankhorst%40linux.intel.com patch subject: [PATCH 2/2] drm/i915: Handle legacy cursor update as normal update config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20230622/202306220634.fnI3oGxP-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce: (https://download.01.org/0day-ci/archive/20230622/202306220634.fnI3oGxP-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202306220634.fnI3oGxP-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): drivers/gpu/drm/i915/display/intel_display.c: In function 'intel_atomic_cleanup_work': >> drivers/gpu/drm/i915/display/intel_display.c:6900:54: error: 'dev' undeclared (first use in this function); did you mean 'cdev'? 6900 | drm_atomic_helper_wait_for_flip_done(dev, &state->base); | ^~~ | cdev drivers/gpu/drm/i915/display/intel_display.c:6900:54: note: each undeclared identifier is reported only once for each function it appears in vim +6900 drivers/gpu/drm/i915/display/intel_display.c 6889 6890 static void intel_atomic_cleanup_work(struct work_struct *work) 6891 { 6892 struct intel_atomic_state *state = 6893 container_of(work, struct intel_atomic_state, base.commit_work); 6894 struct drm_i915_private *i915 = to_i915(state->base.dev); 6895 struct intel_crtc_state *old_crtc_state; 6896 struct intel_crtc *crtc; 6897 int i; 6898 6899 if (state->cursor_update) > 6900 drm_atomic_helper_wait_for_flip_done(dev, &state->base); 6901 6902 for_each_old_intel_crtc_in_state(state, crtc, old_crtc_state, i) 6903 intel_color_cleanup_commit(old_crtc_state); 6904 6905 drm_atomic_helper_cleanup_planes(&i915->drm, &state->base); 6906 drm_atomic_helper_commit_cleanup_done(&state->base); 6907 drm_atomic_state_put(&state->base); 6908 6909 intel_atomic_helper_free_state(i915); 6910 } 6911 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki