On Fri, Oct 17, 2025 at 01:01:12PM -0500, Timothy Pearson wrote:
+/**
- struct dm_vupdate_work - Work data for periodic action in idle
- @work: Kernel work data for the work event
- @adev: amdgpu_device back pointer
- @stream: DC stream associated with the crtc
- @adjust: DC CRTC timing adjust to be applied to the crtc
- */
+struct vupdate_offload_work {
struct work_struct work;struct amdgpu_device *adev;struct dc_stream_state *stream;struct dc_crtc_timing_adjust *adjust;+};
What happened to the proper formatting of this structure? You lost all tabs :(
Please fix up and resend.
thanks,
greg k-h