> -Original Message-
> From: Kandpal, Suraj
> Sent: 03 December 2024 14:17
> To: intel...@lists.freedesktop.org; intel-gfx@lists.freedesktop.org
> Cc: Golani, Mitulkumar Ajitkumar ;
> Kandpal, Suraj
> Subject: [PATCH 1/6] drm/i915/wm: Initialize max_latency vari
Initialize max_latency variable to LNL_PKG_C_LATENCY_MASK which helps
to eliminate the else block and make the whole code a lot cleaner.
--v2
-Seprate patch to club variables together [Mitul]
Signed-off-by: Suraj Kandpal
---
drivers/gpu/drm/i915/display/skl_watermark.c | 5 +
1 file changed
On Fri, 15 Nov 2024, Suraj Kandpal wrote:
> Initialize max_latency variable to LNL_PKG_C_LATENCY_MASK which helps
> to eliminate the else block and make the whole code a lot cleaner.
> While we are at it group the initialized variable together.
>
> Signed-off-by: Suraj Kandpal
> ---
> drivers/gp
desktop.org
> > Cc: Govindapillai, Vinod ; Nikula, Jani
> > ; Kandpal, Suraj
> > Subject: [PATCH 1/6] drm/i915/wm: Initialize max_latency variable to
> > appropriate value
> >
> > Initialize max_latency variable to LNL_PKG_C_LATENCY_MASK which helps
> >
> -Original Message-
> From: Intel-gfx On Behalf Of Suraj
> Kandpal
> Sent: 15 November 2024 21:31
> To: intel...@lists.freedesktop.org; intel-gfx@lists.freedesktop.org
> Cc: Govindapillai, Vinod ; Nikula, Jani
> ; Kandpal, Suraj
> Subject: [PATCH 1/6]
Initialize max_latency variable to LNL_PKG_C_LATENCY_MASK which helps
to eliminate the else block and make the whole code a lot cleaner.
While we are at it group the initialized variable together.
Signed-off-by: Suraj Kandpal
---
drivers/gpu/drm/i915/display/skl_watermark.c | 6 +-
1 file ch