> > diff --git a/drivers/gpu/drm/i915/display/intel_histogram.c > > b/drivers/gpu/drm/i915/display/intel_histogram.c > > index 189f7ccd6df8..9c31a7d83362 100644 > > --- a/drivers/gpu/drm/i915/display/intel_histogram.c > > +++ b/drivers/gpu/drm/i915/display/intel_histogram.c > > @@ -26,38 +26,41 @@ struct intel_histogram { > > u32 bindata[HISTOGRAM_BIN_COUNT]; > > }; > > > > -static void intel_histogram_handle_int_work(struct work_struct *work) > > +static void intel_histogram_read_data(struct intel_histogram > > +*histogram) > > Please refactor the stuff in patches 1-4 so the LNL changes just drop in > cleanly, > so we don't have to refactor stuff here anymore. > Done
Thanks and Regards, Arun R Murthy --------------------