Re: [20/23] drm/amd/display: Fix watermark calculation

2022-10-07 Thread Limonciello, Mario
On 10/6/2022 16:26, Qingqing Zhuo wrote: From: Alvin Lee Watermark calculation was incorrect due to missing brackets. Reviewed-by: Rodrigo Siqueira Acked-by: Qingqing Zhuo Signed-off-by: Alvin Lee This just landed upstream for 6.0 and is a trivial fix for what the intention was, it

[PATCH 20/23] drm/amd/display: Fix watermark calculation

2022-10-06 Thread Qingqing Zhuo
From: Alvin Lee Watermark calculation was incorrect due to missing brackets. Reviewed-by: Rodrigo Siqueira Acked-by: Qingqing Zhuo Signed-off-by: Alvin Lee --- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git