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: [Intel-gfx] [PATCH 2/2] drm/i915: Handle legacy cursor update as 
normal update
config: x86_64-rhel-8.3-rust 
(https://download.01.org/0day-ci/archive/20230622/202306220703.f8igfxot-...@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 
8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce: 
(https://download.01.org/0day-ci/archive/20230622/202306220703.f8igfxot-...@intel.com/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 <l...@intel.com>
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202306220703.f8igfxot-...@intel.com/

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/i915/display/intel_display.c:6900:40: error: use of 
>> undeclared identifier 'dev'
                   drm_atomic_helper_wait_for_flip_done(dev, &state->base);
                                                        ^
   1 error generated.


vim +/dev +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

Reply via email to