** Description changed:

  [Impact]
  
  With CONFIG_DRM_XE enabled, the kernel build fails.
  This is caused by rpy-7.3.y upstream commit a6166f52433e49,
- leaving an iterator parameter in the call 
+ leaving an iterator parameter in the call
  for_each_new_intel_crtc_in_state(state, crtc, new_crtc_state, i)
  after the upstream macro changed from 4 to 3 arguments, removing "i".
  
  [Fix]
  
  Remove the "i" iterator in the function, and remove it in the call as Kernel 
7.3 new macro requires.
  for_each_new_intel_crtc_in_state(state, crtc, new_crtc_state)
  
  [Possible regressions]
  No regression possible, this is a build fix
+ 
+ [Other info]
+ Sent upstream MR to https://github.com/raspberrypi/linux/pull/7625

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2167359

Title:
  linux-raspi: Kernel build fails with CONFIG_DRM_XE enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/2167359/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to