Re: [PATCH] drm/amd/display: reduce stack size in dcn32 dml (v2)

2022-07-22 Thread Christian König
Am 20.07.22 um 18:05 schrieb Alex Deucher: Move additional dummy structures off the stack and into the dummy vars structure. Fixes the following: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_32.c: In function 'DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPe

[PATCH] drm/amd/display: reduce stack size in dcn32 dml (v2)

2022-07-20 Thread Alex Deucher
Move additional dummy structures off the stack and into the dummy vars structure. Fixes the following: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_32.c: In function 'DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation': drivers/gpu/drm/amd/am

Re: [PATCH] drm/amd/display: reduce stack size in dcn32 dml

2022-07-20 Thread Maíra Canal
On 7/19/22 18:14, Alex Deucher wrote: > Move additional dummy structures off the stack and into > the dummy vars structure. > > Fixes the following: > drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_32.c: In > function > 'DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWater

[PATCH] drm/amd/display: reduce stack size in dcn32 dml

2022-07-19 Thread Alex Deucher
Move additional dummy structures off the stack and into the dummy vars structure. Fixes the following: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_32.c: In function 'DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation': drivers/gpu/drm/amd/am