RE: [PATCH 1/6] drm/i915/wm: Initialize max_latency variable to appropriate value

2024-12-04 Thread Golani, Mitulkumar Ajitkumar
> -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

[PATCH 1/6] drm/i915/wm: Initialize max_latency variable to appropriate value

2024-12-03 Thread Suraj Kandpal
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

Re: [PATCH 1/6] drm/i915/wm: Initialize max_latency variable to appropriate value

2024-12-02 Thread Jani Nikula
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

RE: [PATCH 1/6] drm/i915/wm: Initialize max_latency variable to appropriate value

2024-12-02 Thread Kandpal, Suraj
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 > >

RE: [PATCH 1/6] drm/i915/wm: Initialize max_latency variable to appropriate value

2024-12-02 Thread Golani, Mitulkumar Ajitkumar
> -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]

[PATCH 1/6] drm/i915/wm: Initialize max_latency variable to appropriate value

2024-11-15 Thread Suraj Kandpal
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