Re: [PATCH] drm/amd/display: Fix a test CalculatePrefetchSchedule()

2023-04-24 Thread Hamza Mahfooz
On 4/17/23 17:35, Christophe JAILLET wrote: It is likely Height was expected here, instead of Width. Test the correct variable. Fixes: 17529ea2acfa ("drm/amd/display: Optimizations for DML math") Signed-off-by: Christophe JAILLET Applied, thanks! --- drivers/gpu/drm/amd/display/dc/dml/dc

[PATCH] drm/amd/display: Fix a test CalculatePrefetchSchedule()

2023-04-17 Thread Christophe JAILLET
It is likely Height was expected here, instead of Width. Test the correct variable. Fixes: 17529ea2acfa ("drm/amd/display: Optimizations for DML math") Signed-off-by: Christophe JAILLET --- drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c | 2 +- 1 file changed, 1 insertion(+), 1