> -----Original Message-----
> From: Nikula, Jani <[email protected]>
> Sent: Monday, April 15, 2024 5:17 PM
> To: Manna, Animesh <[email protected]>; intel-
> [email protected]
> Cc: [email protected]; Hogander, Jouni
> <[email protected]>; Murthy, Arun R <[email protected]>;
> Manna, Animesh <[email protected]>
> Subject: Re: [PATCH v2 2/6] drm/i915/alpm: Move alpm related code to a
> new file
> 
> On Fri, 12 Apr 2024, Animesh Manna <[email protected]> wrote:
> > Move ALPM feature related code as it will be used for non-psr panel
> > also thorugh LOBF feature.
> >
> > Signed-off-by: Animesh Manna <[email protected]>
> > ---
> >  drivers/gpu/drm/i915/Makefile             |   1 +
> >  drivers/gpu/drm/i915/display/intel_alpm.c | 292
> > ++++++++++++++++++++++  drivers/gpu/drm/i915/display/intel_alpm.h |
> > 18 ++  drivers/gpu/drm/i915/display/intel_psr.c  | 280
> > +--------------------
> >  4 files changed, 314 insertions(+), 277 deletions(-)  create mode
> > 100644 drivers/gpu/drm/i915/display/intel_alpm.c
> >  create mode 100644 drivers/gpu/drm/i915/display/intel_alpm.h
> >
> > diff --git a/drivers/gpu/drm/i915/Makefile
> > b/drivers/gpu/drm/i915/Makefile index af9e871daf1d..c12b7bd98320
> > 100644
> > --- a/drivers/gpu/drm/i915/Makefile
> > +++ b/drivers/gpu/drm/i915/Makefile
> > @@ -246,6 +246,7 @@ i915-y += \
> >     display/intel_atomic.o \
> >     display/intel_atomic_plane.o \
> >     display/intel_audio.o \
> > +   display/intel_alpm.o \
> >     display/intel_bios.o \
> >     display/intel_bw.o \
> >     display/intel_cdclk.o \
> 
> That's not sorted.

Agree. Will take care in next version.

Regards,
Animesh

> 
> BR,
> Jani.
> 
> 
> --
> Jani Nikula, Intel

Reply via email to