> > .../gpu/drm/i915/display/intel_histogram.c | 111 +++++++++++++----- > > .../drm/i915/display/intel_histogram_reg.h | 25 ++++ > > 2 files changed, 105 insertions(+), 31 deletions(-) > > > > diff --git a/drivers/gpu/drm/i915/display/intel_histogram.c > > b/drivers/gpu/drm/i915/display/intel_histogram.c > > index 6529a59ca6b6..02d5270b0232 100644 > > --- a/drivers/gpu/drm/i915/display/intel_histogram.c > > +++ b/drivers/gpu/drm/i915/display/intel_histogram.c > > @@ -29,6 +29,51 @@ struct intel_histogram { > > u32 bindata[HISTOGRAM_BIN_COUNT]; > > }; > > > > +static __inline__ void set_bin_index_0(struct intel_display *display, > > +enum pipe pipe) > ^^^^^^^^^^ > > Why? > Sorry, didn't get your question. Is it why "enum pipe pipe" Thanks and Regards, Arun R Murthy --------------------