> -----Original Message----- > From: Kandpal, Suraj <suraj.kand...@intel.com> > Sent: 05 December 2024 07:34 > To: Golani, Mitulkumar Ajitkumar <mitulkumar.ajitkumar.gol...@intel.com>; > intel...@lists.freedesktop.org; intel-gfx@lists.freedesktop.org > Subject: RE: [PATCH 6/6] drm/i915/wm: Club the initialized variables together > > > > > -----Original Message----- > > From: Golani, Mitulkumar Ajitkumar > > <mitulkumar.ajitkumar.gol...@intel.com> > > Sent: Thursday, December 5, 2024 7:29 AM > > To: Kandpal, Suraj <suraj.kand...@intel.com>; > > intel...@lists.freedesktop.org; intel-gfx@lists.freedesktop.org > > Subject: RE: [PATCH 6/6] drm/i915/wm: Club the initialized variables > > together > > > > > > > > > -----Original Message----- > > > From: Kandpal, Suraj <suraj.kand...@intel.com> > > > Sent: 03 December 2024 14:17 > > > To: intel...@lists.freedesktop.org; intel-gfx@lists.freedesktop.org > > > Cc: Golani, Mitulkumar Ajitkumar > > > <mitulkumar.ajitkumar.gol...@intel.com>; > > > Kandpal, Suraj <suraj.kand...@intel.com> > > > Subject: [PATCH 6/6] drm/i915/wm: Club the initialized variables > > > together > > > > > > Refactor program_dpkgc function so that all initialized variables > > > are clubbed together. > > > > > > Signed-off-by: Suraj Kandpal <suraj.kand...@intel.com> > > > --- > > > drivers/gpu/drm/i915/display/skl_watermark.c | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/drivers/gpu/drm/i915/display/skl_watermark.c > > > b/drivers/gpu/drm/i915/display/skl_watermark.c > > > index 4c032b1758e7..d93f6786db0e 100644 > > > --- a/drivers/gpu/drm/i915/display/skl_watermark.c > > > +++ b/drivers/gpu/drm/i915/display/skl_watermark.c > > > @@ -2862,9 +2862,9 @@ intel_program_dpkgc_latency(struct > > > intel_atomic_state *state) > > > struct intel_crtc *crtc; > > > struct intel_crtc_state *new_crtc_state; > > > u32 latency = LNL_PKG_C_LATENCY_MASK; > > > + u32 added_wake_time = 0; > > > u32 max_linetime = 0; > > > u32 clear, val; > > > - u32 added_wake_time = 0; > > > bool fixed_refresh_rate = false; > > > > If go by commit message words, change does not actually club all > > initialised params together and uninitialized separate. > > So when we club params together it needs to be under these restriction All > with same type come together and the ones with same type with > initialization need to be together > > Regards, > Suraj Kandpal Ok. Please update commit message before merge so that changes can be aligned Reviewed-by: Mitul Golani <mitulkumar.ajitkumar.gol...@intel.com> > > > > > > int i; > > > > > > -- > > > 2.34.1
RE: [PATCH 6/6] drm/i915/wm: Club the initialized variables together
Golani, Mitulkumar Ajitkumar Wed, 04 Dec 2024 18:12:40 -0800
- Re: [PATCH 1/6] drm/i915/wm: Initialize max_l... Jani Nikula
- [PATCH 1/6] drm/i915/wm: Initialize max_laten... Suraj Kandpal
- [PATCH 2/6] drm/i915/wm: Refactor dpkgc ... Suraj Kandpal
- RE: [PATCH 2/6] drm/i915/wm: Refacto... Golani, Mitulkumar Ajitkumar
- [PATCH 3/6] drm/i915/wm: Use intel_displ... Suraj Kandpal
- [PATCH 5/6] drm/i915/wm: Modify latency ... Suraj Kandpal
- RE: [PATCH 5/6] drm/i915/wm: Modify ... Golani, Mitulkumar Ajitkumar
- [PATCH 6/6] drm/i915/wm: Club the initia... Suraj Kandpal
- RE: [PATCH 6/6] drm/i915/wm: Club th... Golani, Mitulkumar Ajitkumar
- RE: [PATCH 6/6] drm/i915/wm: Clu... Kandpal, Suraj
- RE: [PATCH 6/6] drm/i915/wm:... Golani, Mitulkumar Ajitkumar
- [PATCH 4/6] drm/i915/display: Refactor D... Suraj Kandpal
- ✗ Fi.CI.SPARSE: warning for series start... Patchwork
- ✓ i915.CI.BAT: success for series starti... Patchwork
- ✗ i915.CI.Full: failure for series start... Patchwork
- RE: [PATCH 1/6] drm/i915/wm: Initialize ... Golani, Mitulkumar Ajitkumar