Hi Jouni,

kernel test robot noticed the following build errors:

[auto build test ERROR on next-20240912]
[cannot apply to drm-intel/for-linux-next drm-intel/for-linux-next-fixes 
drm-tip/drm-tip linus/master v6.11-rc7 v6.11-rc6 v6.11-rc5 v6.11-rc7]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    
https://github.com/intel-lab-lkp/linux/commits/Jouni-H-gander/drm-i915-display-Add-block_dc6_needed-variable-into-intel_crtc/20240913-153658
base:   next-20240912
patch link:    
https://lore.kernel.org/r/20240913073347.3273589-2-jouni.hogander%40intel.com
patch subject: [PATCH 1/2] drm/i915/display: Add block_dc6_needed variable into 
intel_crtc
config: x86_64-rhel-8.3-rust 
(https://download.01.org/0day-ci/archive/20240914/[email protected]/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 
3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20240914/[email protected]/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 <[email protected]>
| Closes: 
https://lore.kernel.org/oe-kbuild-all/[email protected]/

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/i915/display/intel_psr.c:973:48: error: incompatible pointer 
>> types passing 'struct intel_display *' to parameter of type 'struct 
>> drm_i915_private *' [-Werror,-Wincompatible-pointer-types]
     973 |                 
block_dc6_on_vblank_get(&intel_crtc_for_pipe(display, 
intel_dp->psr.pipe)->base);
         |                                                              ^~~~~~~
   drivers/gpu/drm/i915/display/intel_crtc.h:46:65: note: passing argument to 
parameter 'i915' here
      46 | struct intel_crtc *intel_crtc_for_pipe(struct drm_i915_private *i915,
         |                                                                 ^
   1 error generated.


vim +973 drivers/gpu/drm/i915/display/intel_psr.c

   954  
   955  static void dg2_activate_panel_replay(struct intel_dp *intel_dp)
   956  {
   957          struct intel_display *display = to_intel_display(intel_dp);
   958          struct intel_psr *psr = &intel_dp->psr;
   959          enum transcoder cpu_transcoder = intel_dp->psr.transcoder;
   960  
   961          if (intel_dp_is_edp(intel_dp) && psr->sel_update_enabled) {
   962                  u32 val = psr->su_region_et_enabled ?
   963                          LNL_EDP_PSR2_SU_REGION_ET_ENABLE : 0;
   964  
   965                  if (intel_dp->psr.req_psr2_sdp_prior_scanline)
   966                          val |= EDP_PSR2_SU_SDP_SCANLINE;
   967  
   968                  intel_de_write(display, EDP_PSR2_CTL(display, 
cpu_transcoder),
   969                                 val);
   970          }
   971  
   972          if (intel_dp_is_edp(intel_dp))
 > 973                  block_dc6_on_vblank_get(&intel_crtc_for_pipe(display, 
 > intel_dp->psr.pipe)->base);
   974  
   975          intel_de_rmw(display,
   976                       PSR2_MAN_TRK_CTL(display, 
intel_dp->psr.transcoder),
   977                       0, ADLP_PSR2_MAN_TRK_CTL_SF_CONTINUOS_FULL_FRAME);
   978  
   979          intel_de_rmw(display, TRANS_DP2_CTL(intel_dp->psr.transcoder), 
0,
   980                       TRANS_DP2_PANEL_REPLAY_ENABLE);
   981  }
   982  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

Reply via email to